Defines all Camera perspective options.

interface CameraOptions {
    near?: number;
    far?: number;
    pixelRatio?: number;
}

Hierarchy (View Summary)

Properties

near?: number

Camera near plane, the closest point where a mesh vertex is drawn.

far?: number

Camera far plane, the farthest point where a mesh vertex is drawn.

pixelRatio?: number

Camera pixel ratio.