aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSConstraint6Dof.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BulletSim: implementation of setting spring specific physical parameters. ↵Robert Adams2013-09-111-5/+11
| | | | Add setting of linkset type to physChangeLinkParams. Lots of detail logging for setting of linkset constraint parameters.
* BulletSim: complete linkage of spring constraint into linkset constraint.Robert Adams2013-09-111-1/+8
|
* BulletSim: not quite functional axis lock code.Robert Adams2013-03-311-2/+2
|
* BulletSim: add calls for creating all the different Bullet constraint types.Robert Adams2013-02-171-0/+16
| | | | | Updated the DLLs and SOs and code for BulletXNA to create the types. All the detailed control calls are not all in place yet.
* BulletSim: remove all the debug printing of pointer formatting ↵Robert Adams2012-12-311-5/+5
| | | | (.ToString(X)) and replace it with a method on BulletBody, BulletShape, ...
* BulletSim: another round of conversion: dynamics world and collision object ↵Robert Adams2012-12-311-16/+14
| | | | functions.
* BulletSim: Rename some of the interface structures (BulletWorld, ...)Robert Adams2012-12-241-2/+2
| | | | | | | | to get ready for... Start creation of BulletAPITemplate. This defines the abstract interface functions. Following commits will move over to the new interface. This will enable switching between the managed and unmanaged version of Bullet.
* BulletSim: Fix crash on the destruction of physical linksets.Robert Adams2012-12-101-2/+2
| | | | | | | | | While fixing the above, add methods to physical body and shape pointer wrapper so routines won't have to know that IntPtr.Zero means no physical instance. Fix problem with physical linksets failing after a few sits and unsits by properly restoring child prom positions for compound linksets after multiple selection and deselections.
* BulletSim: remove center-of-mass setting for linksets because it causes the ↵Robert Adams2012-11-031-2/+1
| | | | constraint calculation to pull the objects together.
* BulletSim: rename constraint classes so they show up together alphabetically.Robert Adams2012-11-031-0/+154