HAL::PushProj3D

HAL::PushProj3D
void PushProj3D(const Matrix4F & m);
Description

Pushes a 3D projection matrix onto the stack when rendering. Generally used for 3D perspective.

Parameters
Parameters 
Description 
const Matrix4F & m 
The 3D projection matrix.