Fixes for FPU exceptions, thanks to Phil Knight for reporting and John McCutchan for fix/workarounds.
Added new cluster collision methods for soft bodies, thanks to Nathanael Presson. Enable/disable textures/shadows for specific demos.
This commit is contained in:
@@ -59,6 +59,9 @@ int main(int argc,char* argv[])
|
||||
|
||||
void GenericJointDemo::initPhysics()
|
||||
{
|
||||
setTexturing(true);
|
||||
setShadows(true);
|
||||
|
||||
// Setup the basic world
|
||||
|
||||
btDefaultCollisionConfiguration * collision_config = new btDefaultCollisionConfiguration();
|
||||
|
||||
Reference in New Issue
Block a user