Function combineVpMat

  • This function creates a view-projection matrix of the mat4 type by combining the

    • view matrix and projection matrix together.

    Parameters

    • viewMat: mat4

      View matrix *

    • projectionMat: mat4

    Returns mat4

Generated using TypeDoc