Class: PerspectiveCamera

THREE.PerspectiveCamera()

new PerspectiveCamera()

Camera that uses perspective projection.

This projection mode is designed to mimic the way the human eye sees. It is the most common projection mode used for rendering a 3D scene.
Source:
See: