compute Model View Matrix
Computes model-view matrix using provided pinhole camera.
The model-view matrix defines the amount of translation and rotation between the camera and vertices to be drawn in the scene.
Parameters
pinhole camera.
16-length array that will store the resulting matrix.
Computes model-view matrix using provided camera rotation and center.
The model-view matrix defines the amount of translation and rotation between the camera and vertices to be drawn in the scene.
Parameters
camera rotation.
camera center.
16-length array that will store the resulting matrix.
Computes model-view matrix using provided camera rotation and center.
The model-view matrix defines the amount of translation and rotation between the camera and vertices to be drawn in the scene.
Parameters
3x3 matrix defining camera rotation. This matrix must be orthonormal.
camera center.
16-length array that will store the resulting matrix.