aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSTerrainMesh.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BulletSim: Properly position mesh terrain on creation (fixes terrain not ↵Robert Adams2012-11-211-37/+9
| | | | appearing to be working). Centralize terrain shape creation logic. Remove very chatty detail log messages.
* BulletSim: fix line endings to be all Linux style (windows style keeps ↵Robert Adams2012-11-211-284/+284
| | | | creeping in)
* BulletSim: enablement and debugging of mesh terrain.Robert Adams2012-11-211-9/+220
|
* BulletSim: pull heightmap implementation out of the terrain manager so a ↵Robert Adams2012-11-211-0/+73
mesh terrain can be implemented.