Bulletphysics body goes through floor
-
- Posts: 14
- Joined: Sat Nov 09, 2013 3:20 pm
Bulletphysics body goes through floor
i have the following problem: I'd like to use bullet physics for moving the Character around. so far i have a severe problems with jumping: if i fall on the ground, the body (the Character) sinks into the ground for a couple miliseconds. the longer he falls, the more he sinks. Im using a gravity of 20, a cylindershape, and a groundplane with sleeping thresholds of 0,0. is there any way to fix this?
-
- Posts: 18
- Joined: Thu Mar 22, 2012 9:29 am
Re: Bulletphysics body goes through floor
Maybe some code showing how you add your objects to the scene would help, but first, try using a box shape with small height instead of a plane for the ground.