2
0
Mugen87 7 жил өмнө
parent
commit
d5c5c46ea0

+ 1 - 1
examples/js/crossfade/scenes.js

@@ -33,7 +33,7 @@ function generateGeometry( objectType, numObjects ) {
 		rotation.x = Math.random() * 2 * Math.PI;
 		rotation.y = Math.random() * 2 * Math.PI;
 		rotation.z = Math.random() * 2 * Math.PI;
-		quaternion.setFromEuler( rotation );
+		quaternion.setFromEuler( rotation, false );
 
 		scale.x = Math.random() * 200 + 100;