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

    Class ObliqueProjection

    Oblique camera projection for specialized 2.5D views.

    Hierarchy (View Summary)

    Index
    _matrix: Matrix4 = ...

    The projection matrix.

    bottom: number

    Bottom clip plane.

    far: number = 1000

    Far clip plane distance.

    left: number

    Left clip plane.

    near: number = 0.1

    Near clip plane distance.

    right: number

    Right clip plane.

    shearAngle: number

    Angle (radians) of the receding depth axis in screen space.

    shearScale: number

    Scale factor applied to the depth-axis shear.

    top: number

    Top clip plane.

    type: ProjectionType = ProjectionType.OBLIQUE

    The type of the projection.