ThreeJS Scene

ThreeJS basic scene
Although Three.js creates scene, camera and light as well as the object, the code syntax is little different.
three.js examples
ThreeJS Orthographic vs Perspective camera example

Exercise

  • 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.