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

    Variable ProjectionTypeConst

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

    Types of camera projections.

    Type Declaration

    • ReadonlyOBLIQUE: "ObliqueProjection"

      Oblique projection.

    • ReadonlyORTHOGRAPHIC: "OrthographicProjection"

      Orthographic projection.

    • ReadonlyPERSPECTIVE: "PerspectiveProjection"

      Perspective projection.