Преглед на файлове

Merge pull request #14323 from reed-jones/patch-1

[DOCS] Update Creating-a-scene.html
Mr.doob преди 7 години
родител
ревизия
0d109f1474
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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 () {
 					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 );
 					};
 					};