Skip to content

Commit 5617c05

Browse files
committed
Revert "Material: Deprecated skinning. See #10754."
This reverts commit 118fedf.
1 parent 25443c1 commit 5617c05

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/Three.Legacy.js

-14
Original file line numberDiff line numberDiff line change
@@ -994,20 +994,6 @@ Object.defineProperties( Uniform.prototype, {
994994

995995
Object.defineProperties( Material.prototype, {
996996

997-
skinning: {
998-
get: function () {
999-
1000-
console.warn( 'THREE.Material: .skinning has been removed.' );
1001-
1002-
},
1003-
set: function () {
1004-
1005-
console.warn( 'THREE.Material: .skinning has been removed.' );
1006-
1007-
}
1008-
1009-
},
1010-
1011997
wrapAround: {
1012998
get: function () {
1013999

0 commit comments

Comments
 (0)