Small World Engine API Reference - v0.76.20
    Preparing search index...

    Class PerspectiveProjection

    Perspective camera projection for 3D views.

    Hierarchy (View Summary)

    Index
    _matrix: Matrix4 = ...

    The projection matrix.

    aspect: number

    Aspect ratio (width / height).

    far: number = 1000

    Far clip plane distance.

    fov: number

    Field of view in radians.

    near: number = 0.1

    Near clip plane distance.

    type: ProjectionType = ProjectionType.PERSPECTIVE

    The type of the projection.