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

    Class ObliqueProjection

    Oblique camera projection for specialized 2.5D views.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _matrix: Matrix4 = ...

    The projection matrix.

    bottom: number

    Bottom clip plane.

    far: number

    Far clip plane.

    left: number

    Left clip plane.

    near: number

    Near clip plane.

    right: number

    Right clip plane.

    top: number

    Top clip plane.

    type: ProjectionType = ProjectionType.OBLIQUE

    The type of the projection.

    Methods