Explorar o código

Merge branch 'dev' of https://github.com/mrdoob/three.js into dev

Mr.doob %!s(int64=7) %!d(string=hai) anos
pai
achega
a1c83d64c9
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      docs/manual/introduction/Creating-a-scene.html

+ 2 - 2
docs/manual/introduction/Creating-a-scene.html

@@ -150,8 +150,8 @@
 					var animate = function () {
 						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 );
 					};