Cameras
by Lea Rosema
Three.js provides several cameras. All these are based on the abtract Camera
class.
The two most common cameras used in Three.js are:
PerspectiveCamera
– perspective projectionOrthographicCamera
– orthographic projection
by Lea Rosema
Three.js provides several cameras. All these are based on the abtract Camera
class.
The two most common cameras used in Three.js are:
PerspectiveCamera
– perspective projectionOrthographicCamera
– orthographic projection