CalculateMatrixCallback: (transformMatrix: Mat4, view: number) => any

Type declaration

    • (transformMatrix: Mat4, view: number): any
    • Parameters

      • transformMatrix: Mat4

        Output of the function.

      • view: number

        Type of view. Can be VIEW_CENTER, VIEW_LEFT or VIEW_RIGHT. Left and right are only used in stereo rendering.

      Returns any