* Update cube parameters * Keep function declarations consistent * Make similar changes for languages other than English * Make requested changes * Minor style update
@@ -249,7 +249,7 @@
camera.position.z = 5;
- const animate = function () {
+ function animate() {
requestAnimationFrame( animate );
cube.rotation.x += 0.01;
@@ -145,7 +145,7 @@
@@ -144,7 +144,7 @@
@@ -147,7 +147,7 @@