Collision Response Problem

Please don't post Bullet support questions here, use the above forums instead.
Post Reply
JohnTitor
Posts: 2
Joined: Wed Apr 18, 2018 9:16 am

Collision Response Problem

Post by JohnTitor »

Hello everyBody, I have a problem :

I control a dynamic Object with input but when this object touch an object static, My object is eject.

here is a step simulation
float lastFrameTimeSecs = timer.getTimeSeconds(); / timer interne of bullet
myWorld->stepSimulation(lastFrameTimeSecs, 10.0f,0.001f);
timer.reset();

Image

Also, when I leave by default Fixed Time Step like this :
myWorld->stepSimulation(lastFrameTimeSecs, 10.0f);

Here is what happens :
Image
the object is too much nested in the other.
Post Reply