From eb7e1304148034e99ca8b19f0e14da98c7f6592b Mon Sep 17 00:00:00 2001 From: Avaer Kazmer Date: Thu, 21 Nov 2019 05:21:18 -0500 Subject: [PATCH] Re-add FBXLoader bone attachment hack --- FBXLoader.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FBXLoader.js b/FBXLoader.js index a210b95..5cc6a14 100644 --- a/FBXLoader.js +++ b/FBXLoader.js @@ -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 ); - } + } */ }