allow to compile and run the ExampleBrowser on older Mac OSX versions (without OpenGL3)
using the 'NO_OPENGL3' preprocessor definition both premake/cmake has support for this now needs some testing
This commit is contained in:
@@ -301,13 +301,11 @@ Hinge2Vehicle::~Hinge2Vehicle()
|
||||
}
|
||||
|
||||
|
||||
extern float shadowMapWorldSize;
|
||||
|
||||
void Hinge2Vehicle::initPhysics()
|
||||
{
|
||||
m_guiHelper->setUpAxis(1);
|
||||
|
||||
shadowMapWorldSize = 10;
|
||||
|
||||
btCollisionShape* groundShape = new btBoxShape(btVector3(50,3,50));
|
||||
m_collisionShapes.push_back(groundShape);
|
||||
|
||||
Reference in New Issue
Block a user