[ODE] small sized capsule on heightmap problem
Jon Watte (ODE)
hplus-ode at mindcontrol.org
Tue Sep 26 09:53:30 MST 2006
The terrain is infinitely thin. This means that objects can tunnel
through terrain, if they move quickly in a single time step. The
solution is to make the objects bigger, to take much smaller time steps,
or to do some kind of continuous collision (like casting a ray or
capsule between old and new position each step).
Cheers,
/ h+
rod wrote:
> Hi,
>
> I have a dog made of capsules and a heightmap terrain. All the dogs parts
> collide ok with the terrain except for the tail tip, which is smallest in
> radius (0.03, although 0.05 seems ok). The tail tip collides poorly with the
> terrain ... it acts like the terrain is liquid and the tail tip is buoyant
> (ie floats or jiggles just beneath the terrain surface).
>
More information about the ODE
mailing list