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

    Variable ProjectionTypeConst

    ProjectionType: {
        DEFAULT: "PerspectiveProjection";
        OBLIQUE: "ObliqueProjection";
        ORTHOGRAPHIC: "OrthographicProjection";
        PERSPECTIVE: "PerspectiveProjection";
    } = ...

    Types of camera projections.

    Type Declaration

    • ReadonlyDEFAULT: "PerspectiveProjection"

      The projection assumed when none is specified.

    • ReadonlyOBLIQUE: "ObliqueProjection"

      Oblique projection.

    • ReadonlyORTHOGRAPHIC: "OrthographicProjection"

      Orthographic projection.

    • ReadonlyPERSPECTIVE: "PerspectiveProjection"

      Perspective projection.