Exemplo n.º 1
0
	void TankWarWorld::SetupDefaultGame()
	{

		createPlanes();
		createLights();
		createTanks();
	}
Exemplo n.º 2
0
void GMBoundingFrustum::setMatrix(const GMMatrix& mat)
{
    matrix = mat;
    createPlanes();
    createCorners();
}