lianlab / bullet

Automatically exported from code.google.com/p/bullet
0 stars 0 forks source link

ConeTwist Constraint: issues and improvements #180

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
see
http://www.bulletphysics.com/Bullet/phpBB3/viewtopic.php?f=9&t=3115&sid=29c5472f
c7372f84f7d9c3eb8f629b58
for details.

adding motorization.
adding damping.
rework limit softness.
more accurate/stable swing-twist limit calculations.
more accurate visualization.

Original issue reported on code.google.com by eddy...@gmail.com on 22 Jan 2009 at 3:44

GoogleCodeExporter commented 9 years ago
Patch submitted, part1:
- reworks conetwist decomposition geometry
- modifies viz for conetwist
- adds motorization (for obsolete version)
- adds damping (for obsolete version)
- reworks limit softness (for obsolete version)
- added ConeTwistConstraintDemo to demo motorization. (please add it to the 
solution
by hand. when i do it in visual studio, it messes too much with the .sln file.)
- little fix for picking and body sleeping in demo framework

notes:
- conetwist constraint is set to use obsolete version by default. (for ease of
testing. feel free to change this.)
- check the viz in the ConstraintDemo
- check the ConeTwistConstraintDemo

Overall, this should be a "stable" patch, but there's more to come. Including
motorization and more for the non-obsolete version.

Original comment by eddy...@gmail.com on 27 Jan 2009 at 10:17

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by erwin.coumans on 28 Jan 2009 at 9:22

GoogleCodeExporter commented 9 years ago
Roman committed the patch:
http://code.google.com/p/bullet/source/detail?r=1597

Thanks a lot for the contribution!

Original comment by erwin.coumans on 6 Feb 2009 at 5:50

GoogleCodeExporter commented 9 years ago

Original comment by erwin.coumans on 6 Feb 2009 at 5:51