Fixes for CcdPhysicsDemo

PaulMartz
Posts: 28
Joined: Mon Jun 02, 2008 7:21 pm

Fixes for CcdPhysicsDemo

Post by PaulMartz »

[ Update: Moved this to an issue ticket at googlecode. (I know, John is thinking: "how many times do I have to rell Paul how to submit a patch?!?" :-) ]

Without these changes, uncomment CcdPhysicsDemo.cpp line 28, and you will encounter problems. See the attached patches to resolve the problems. Patches were created against 2.74.

The two patches do the following:
* Add BulletMultiThreaded to CMakeLists.txt.
* Fix the #include paths for the multithreaded headers.
You do not have the required permissions to view the files attached to this post.
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: Fixes for CcdPhysicsDemo

Post by Erwin Coumans »

Thanks a lot Paul, we'll look into it.

It can take a little while, as we are wrapping up some other development.
Thanks,
Erwin