Hi!
I’m currently trying to shoot balls on a terrain and whatever I do it looks like I’m on the moon. The gravity don’t have much effect. Everything else is fine ( collision, rebound etc… ) but It doesn’t look realistic at all. I tried various gravity values ( 9,8 ; 988 ; 9888888… ) and it doesn’t change a thing.
Do you have any idea why it takes so much time for the ball to go down?
Thx for the help!
Your objects are probably just huge, 1 unit = 1 meter.
although kind of hacky, in the past I have simply increased the speed of the physics sim : bulletAppState.setSpeed(2);