Browse Source

Remove Bone.skin assignment

Takahiro 8 years ago
parent
commit
5cb64c0324
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/js/loaders/GLTFLoader.js

+ 0 - 1
examples/js/loaders/GLTFLoader.js

@@ -1590,7 +1590,6 @@ THREE.GLTFLoader = ( function () {
 
 
 										if ( jointNode ) {
 										if ( jointNode ) {
 
 
-											jointNode.skin = child;
 											bones.push( jointNode );
 											bones.push( jointNode );
 
 
 											var m = skinEntry.inverseBindMatrices.array;
 											var m = skinEntry.inverseBindMatrices.array;