Simple simulation problems.

Show what you made with Bullet Physics SDK: Games, Demos, Integrations with a graphics engine, modeler or any other application
PaloDeQueso
Posts: 17
Joined: Thu Nov 09, 2006 8:50 pm
Location: Middletown, PA

Simple simulation problems.

Post by PaloDeQueso »

I have a static height field for terrain and a sphere which is dynamic and rolls around nicely. However if I replace the ground with a static box for collision, the sphere will bounce once and then fall through. I'm using the most basic setup possible as described in this tutorial, http://www.bulletphysics.com/mediawiki- ... ello_World. Does anyone have any suggestions for finding out why this is happening?