JavaScript, THREE.js

Understanding THREE.js

Q: What is a working THREE page composed of?

THREE things:

  • Scene: a scene, a stage, to add stuff into
  • Camera: somewhere to stand and peer
  • Renderer: a 2D surface to cast the 3D calculation onto

References:

1. Different materials on different sides: http://jsfiddle.net/luxiyalu/W2fRT/

Standard