We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7329b5 commit 76b20a3Copy full SHA for 76b20a3
examples/jsm/loaders/GLTFLoader.js
@@ -4451,6 +4451,11 @@ class GLTFParser {
4451
4452
parser.associations.set( node, {} );
4453
4454
+ } else if ( nodeDef.mesh !== undefined && parser.meshCache.refs[ nodeDef.mesh ] > 1 ) {
4455
+
4456
+ const mapping = parser.associations.get( node );
4457
+ parser.associations.set( node, { ...mapping } );
4458
4459
}
4460
4461
parser.associations.get( node ).nodes = nodeIndex;
0 commit comments