aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BS6DofConstraint.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BulletSim: add hinge constraint.Robert Adams2012-08-151-6/+44
| | | | | | | Update BulletSimAPI with new constraint related function calls. Reorganize locking in BS6DofConstraint. Update BS6DofConstraint to do constraint reset correctly. Add new 'midpoint' construction of 6Dof constraint.
* BulletSim: separate out the constraints by type. The linksets useRobert Adams2012-08-091-0/+80
6dof constraint but eventually others will be exposed so future features can use all the Bullet capabilities. Force children to generate a position update when unlinked.