why auto jump?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
faredu

why auto jump?

Post by faredu »

i use irrliche + newton,
--drop a jeep to ground, the jeep will jump and not stop :shock:
--if the ground too thin, the jeep will drill through the ground slowly or fleetly :shock:

can tell me how fix it?
faredu

Post by faredu »

floor size(1e10,1e10,1)
chenge to (1e5,1e5,1) is ok
maybe use doube instead of float(int newton) better
Post Reply