Interface CustomProjectionParams

interface CustomProjectionParams {
    projMatrix?: Mat4;
}

Properties

Properties

projMatrix?: Mat4

The CustomProjection's projection transform matrix.

Default value is [1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1].