Hello,
I am new at Bullet programmation, and trying to make the Hello World example (see here : http://www.sjbaker.org/wiki/index.php?t ... ld_example) work.
But when I download the SDK zip file, I do not find "CcdPhysicsEnvironment.h" and other files required in this example. Even a search by Windows for such files on my hard disk gave no results.
Is there a reason for this ? Can I find a sample code of this kind to test Bullet and learn to integrate it into my VC++ programs ?
Thank you.
Looking for "CcdPhysicsEnvironment.h" file ...
-
- Site Admin
- Posts: 4221
- Joined: Sun Jun 26, 2005 6:43 pm
- Location: California, USA
Re: Looking for "CcdPhysicsEnvironment.h" file ...
That headerfile has been deprecated for several years now.
Can you check out Bullet 2.75 and the Bullet wiki documentation?
Thanks,
Erwin
Can you check out Bullet 2.75 and the Bullet wiki documentation?
Thanks,
Erwin
-
- Posts: 11
- Joined: Mon Jan 11, 2010 4:23 pm
Re: Looking for "CcdPhysicsEnvironment.h" file ...
Thank you for your help.