Simple Terrain Collision Demo

Ropeburn
Posts: 2
Joined: Sat Jul 14, 2012 1:15 pm
Location: Austin

Simple Terrain Collision Demo

Post by Ropeburn »

In the absence of an updated terrain demo, does anyone have a simple terrain collision demo with terrain created from a DEM and a simple sphere. I've having trouble getting a simple sphere/terrain collision but I can collide all sorts of other shapes/objects. I'm using Bullet3-2.83. Any help would be appreciated, thanks.
Thomas
Basroil
Posts: 463
Joined: Fri Nov 30, 2012 4:50 am

Re: Simple Terrain Collision Demo

Post by Basroil »

https://code.google.com/p/bullet/source ... nk%2FDemos

You can still access the old demos just fine. Remember that future updates to Bullet might break certain functionality though
Ropeburn
Posts: 2
Joined: Sat Jul 14, 2012 1:15 pm
Location: Austin

Re: Simple Terrain Collision Demo

Post by Ropeburn »

Thank you for the reply. I have been looking through that demo, but getting it to compile with the latest bullet is a pain. I am wondering why the terrain collision shape was removed from the other demos that previously used it. I have the terrain collision shape in my application, but can not seem to get it to interact with any other shape.
Thomas.