Where is the revolute joint in Bullet and where can I find its implementation in the source code ?
Thanks
V
Revolute joint in Bullet ?
-
- Site Admin
- Posts: 4221
- Joined: Sun Jun 26, 2005 6:43 pm
- Location: California, USA
Re: Revolute joint in Bullet ?
It is called the btHingeConstraint, located in Bullet/src/BulletDynamics/ConstraintSolver.
Thanks,
Erwin
Thanks,
Erwin
-
- Posts: 77
- Joined: Thu Nov 26, 2009 6:32 pm
Re: Revolute joint in Bullet ?
Thanks for the reply. That was very helpful.