camera.md
August 8, 2016 · View on GitHub
Camera Back
There are two kinds of cameras: perspective projection(透視投影) and rectangular projection(正交投影).
Perspective projection

Perspective projection is usually used in applications, which is similar to eyes of human.
Constructor of creating a perspective camera:
THREE.PerspectiveCamera(fov, aspect, near, far);
