소스 검색

Crossfade: Clean up

Mugen87 7 년 전
부모
커밋
d5c5c46ea0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/js/crossfade/scenes.js

+ 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;