Exemplo n.º 1
0
Frustum Frustum::FromGLState()
{
	Frustum f;
	f.InitFromGLState();
	return f;
}