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

    Class OrthographicProjection

    Modern Orthographic projection implementation.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _matrix: Matrix4 = ...

    The projection matrix.

    bottom: number
    far: number
    left: number
    near: number
    right: number
    top: number
    type: ProjectionType = ProjectionType.ORTHOGRAPHIC

    The type of the projection.

    Methods