ThreeJS basic scene
Last updated 4 years ago
Was this helpful?
Although Three.js 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 JSFiddle.
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.