Page 1 of 1

Bullet Physics Soft Constraint

Posted: Mon Mar 20, 2017 7:30 pm
by sabotage3d
Hi,
I am working on a small project that would require something similar to the Soft Constraints in Box2D like in this paper:http://box2d.org/files/GDC2011/GDC2011_ ... raints.pdf.
Have anyone attempted or already implemented it in Bullet Physics? Any help would be much appreciated.

Re: Bullet Physics Soft Constraint

Posted: Tue Mar 21, 2017 1:02 am
by Xcoder79
Hi


Bullet physics, has many constraints for rigidbodies and softbodies, I would have a look at the demo that came with the SDK, could you be more specific on what kind of constraint you are after.

Re: Bullet Physics Soft Constraint

Posted: Tue Mar 21, 2017 11:36 am
by sabotage3d
I have used most of the constraints in Bullet Physics. What I am after is similar to this topic:http://bulletphysics.org/Bullet/phpBB3/ ... php?t=8888 and Box2D implementation from here https://github.com/erincatto/Box2D/blob ... useJoint.h.