2
0
Эх сурвалжийг харах

FBXLoader switch default type from Object3D to Group

Lewy Blue 7 жил өмнө
parent
commit
6f5619d8af

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

@@ -1730,7 +1730,7 @@
 						break;
 
 					default:
-						model = new THREE.Object3D();
+						model = new THREE.Group();
 						break;
 
 				}