aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSTerrainHeightmap.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-11-25BulletSim: add parameter for terrain collision margin.Robert Adams1-1/+1
Add locking around unlikely but possible race conditions on terrain list.
2012-11-22Rename BulletSim's PhysicsShapeType to BSPhysicsShapeType because itMelanie1-1/+1
conflicts with PhysicsShape type defined in later libOMV
2012-11-21BulletSim: fix line endings to be all Linux style (windows style keeps ↵Robert Adams1-170/+170
creeping in)
2012-11-21BulletSim: enablement and debugging of mesh terrain.Robert Adams1-16/+12
2012-11-21BulletSim: pull heightmap implementation out of the terrain manager so a ↵Robert Adams1-0/+174
mesh terrain can be implemented.