|
@@ -150,8 +150,8 @@
|
|
var animate = function () {
|
|
var animate = function () {
|
|
requestAnimationFrame( animate );
|
|
requestAnimationFrame( animate );
|
|
|
|
|
|
- cube.rotation.x += 0.1;
|
|
|
|
- cube.rotation.y += 0.1;
|
|
|
|
|
|
+ cube.rotation.x += 0.01;
|
|
|
|
+ cube.rotation.y += 0.01;
|
|
|
|
|
|
renderer.render( scene, camera );
|
|
renderer.render( scene, camera );
|
|
};
|
|
};
|