Revolute joint in Bullet ?

winspear
Posts: 77
Joined: Thu Nov 26, 2009 6:32 pm

Revolute joint in Bullet ?

Post by winspear »

Where is the revolute joint in Bullet and where can I find its implementation in the source code ?

Thanks

V
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: Revolute joint in Bullet ?

Post by Erwin Coumans »

It is called the btHingeConstraint, located in Bullet/src/BulletDynamics/ConstraintSolver.

Thanks,
Erwin
winspear
Posts: 77
Joined: Thu Nov 26, 2009 6:32 pm

Re: Revolute joint in Bullet ?

Post by winspear »

Thanks for the reply. That was very helpful.