Browse Source

Material: Deprecated skinning. See #10754.

Mr.doob 8 năm trước cách đây
mục cha
commit
118fedfb87
1 tập tin đã thay đổi với 14 bổ sung0 xóa
  1. 14 0
      src/Three.Legacy.js

+ 14 - 0
src/Three.Legacy.js

@@ -958,6 +958,20 @@ Object.defineProperties( Uniform.prototype, {
 
 Object.defineProperties( Material.prototype, {
 
+	skinning: {
+		get: function () {
+
+			console.warn( 'THREE.Material: .skinning has been removed.' );
+
+		},
+		set: function () {
+
+			console.warn( 'THREE.Material: .skinning has been removed.' );
+
+		}
+
+	},
+
 	wrapAround: {
 		get: function () {