Skip to content

Commit

Permalink
Re-add FBXLoader bone attachment hack
Browse files Browse the repository at this point in the history
  • Loading branch information
Avaer Kazmer committed Nov 21, 2019
1 parent 17ed36d commit eb7e130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FBXLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -926,11 +926,11 @@ THREE.FBXLoader = ( function () {

// In cases where a bone is shared between multiple meshes
// duplicate the bone here and and it as a child of the first bone
if ( subBone !== null ) {
/* if ( subBone !== null ) {
bone.add( subBone );
}
} */

}

Expand Down

0 comments on commit eb7e130

Please sign in to comment.