Looking for "CcdPhysicsEnvironment.h" file ...

ByB
Posts: 11
Joined: Mon Jan 11, 2010 4:23 pm

Looking for "CcdPhysicsEnvironment.h" file ...

Post by ByB »

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.
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: Looking for "CcdPhysicsEnvironment.h" file ...

Post by Erwin Coumans »

That headerfile has been deprecated for several years now.

Can you check out Bullet 2.75 and the Bullet wiki documentation?

Thanks,
Erwin
ByB
Posts: 11
Joined: Mon Jan 11, 2010 4:23 pm

Re: Looking for "CcdPhysicsEnvironment.h" file ...

Post by ByB »

Thank you for your help.