aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BulletSimData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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: Add more to the TODO list. Clean up and improve some comments.Robert Adams2012-12-131-8/+4
|
* BulletSim: correct line endings in new BulletSimData.cs file.Robert Adams2012-12-131-282/+282
|
* BulletSim: Add 'BulletSimData' which separates structures createdRobert Adams2012-12-131-0/+282
for the operation of BulletSim and those defintiions/structures defined so they can be used in the unmanaged world. Consolidate setting of collision flags so implementation is not scattered.