SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetPMatrixReverseZ()

const glm::mat4 & Spices::Camera::GetPMatrixReverseZ ( )
inline

Get camera reverse z projection matrix.

Returns
Returns the camera projection matrix.

Definition at line 111 of file Camera.h.

void CalculatePMatrixReverseZ()
Calculate Projection Matrix by parameter.
Definition Camera.cpp:94
glm::mat4 m_ProjectionMatrix
ProjectionMatrix. Init with identity Matrix.
Definition Camera.h:163

References CalculatePMatrixReverseZ().