|
@@ -3173,8 +3173,6 @@ var GLTFLoader = ( function () {
|
|
|
|
|
|
assignExtrasToUserData( node, nodeDef );
|
|
assignExtrasToUserData( node, nodeDef );
|
|
|
|
|
|
- parser.associations.set( node, { type: 'nodes', index: nodeIndex } );
|
|
|
|
-
|
|
|
|
if ( nodeDef.extensions ) addUnknownExtensionsToUserData( extensions, node, nodeDef );
|
|
if ( nodeDef.extensions ) addUnknownExtensionsToUserData( extensions, node, nodeDef );
|
|
|
|
|
|
if ( nodeDef.matrix !== undefined ) {
|
|
if ( nodeDef.matrix !== undefined ) {
|
|
@@ -3205,6 +3203,8 @@ var GLTFLoader = ( function () {
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ parser.associations.set( node, { type: 'nodes', index: nodeIndex } );
|
|
|
|
+
|
|
return node;
|
|
return node;
|
|
|
|
|
|
} );
|
|
} );
|