|
|
@@ -4451,6 +4451,11 @@ class GLTFParser {
|
|
|
|
|
|
parser.associations.set( node, {} );
|
|
|
|
|
|
+ } else if ( nodeDef.mesh !== undefined && parser.meshCache.refs[ nodeDef.mesh ] > 1 ) {
|
|
|
+
|
|
|
+ const mapping = parser.associations.get( node );
|
|
|
+ parser.associations.set( node, { ...mapping } );
|
|
|
+
|
|
|
}
|
|
|
|
|
|
parser.associations.get( node ).nodes = nodeIndex;
|