Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 406 Bytes

File metadata and controls

17 lines (10 loc) · 406 Bytes

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);