Browse Source

Material: Deprecated skinning. See #10754.

Mr.doob 8 years ago
parent
commit
118fedfb87
1 changed files with 14 additions and 0 deletions
  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 () {