HAL::PushView3D

HAL::PushView3D
void PushView3D(const Matrix3F & m);
Description

PushView3D pushes a 3D view matrix onto the stack when rendering. Generally used along with 3D perspective.

Parameters
Parameters 
Description 
const Matrix3F & m 
The 3D view matrix.