提交 d5c5c46e 编写于 作者: M Mugen87

Crossfade: Clean up

上级 21ed0707
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册