"kinematic body/non static body" penetration broken

pico
Posts: 229
Joined: Sun Sep 30, 2007 7:58 am

"kinematic body/non static body" penetration broken

Post by pico »

Hi,

when setting for a non static rigid body linearVelocity to (0,0,0) each step and it is hit by a moving kinematic body then the two bodies intersect quite a lot.

When instead of a kinematic body another non static rigid body is used that is moved with applyImpulse then both bodies won't intersect.

Are there any rules how to avoid kinematic bodies to intersect non static rigid bodies?

Thanks