소스 검색

Material: Deprecated skinning. See #10754.

Mr.doob 8 년 전
부모
커밋
118fedfb87
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  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 () {