2
0
Garrett Johnson 6 жил өмнө
parent
commit
790b308fb5

+ 1 - 1
examples/js/loaders/LDrawLoader.js

@@ -558,9 +558,9 @@ THREE.LDrawLoader = ( function () {
 						if ( parentParseScope.groupObject ) {
 
 							objGroup.name = parseScope.fileName;
-							objGroup.matrix.decompose( objGroup.position, objGroup.quaternion, objGroup.scale );
 							objGroup.userData.category = parseScope.category;
 							objGroup.userData.keywords = parseScope.keywords;
+							parseScope.matrix.decompose( objGroup.position, objGroup.quaternion, objGroup.scale );
 
 							parentParseScope.groupObject.add( objGroup );