Exemplo n.º 1
0
void View::ApplyToFrustum( Frustum& f ) const
{
	f.InitWith( GetViewMatrix() * GetProjectionMatrix() );
}