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

    Class OrthographicProjection

    Modern Orthographic projection implementation.

    Hierarchy (View Summary)

    Index
    _matrix: Matrix4 = ...

    The projection matrix.

    bottom: number
    far: number = 1000

    Far clip plane distance.

    left: number
    near: number = 0.1

    Near clip plane distance.

    right: number
    top: number
    type: ProjectionType = ProjectionType.ORTHOGRAPHIC

    The type of the projection.