Function combineMvpMat

  • This function creates a model-view-projection matrix of the mat4 type by combining the model matrix, view matrix, and projection matrix together.

    Parameters

    • modelMat: mat4

      Model matrix

    • viewMat: mat4

      View matrix

    • projectionMat: mat4

    Returns mat4

Generated using TypeDoc