ThreeJS basic scene
Although Three.jsarrow-up-right creates scene, camera and light as well as the object, the code syntax is little different.
Navigate to the code sample by clicking Edit in JSFiddlearrow-up-right.
Uncomment the lines 18 and 19 by deleting '/*' and '*/'
Press run to see the animation.
Change the values added to x and y rotation to see the result.
Change the cube's position instead of the rotation value.
Last updated 5 years ago
Was this helpful?