Hi,
I have some problems with the physics engine.
I have 4 wheels that are about an inch in mid-air, and as soon as they touch the ground, they sink in and start to do weird things.
I can't figure out what's causing them to go berserk...
EDIT: all the ph_ and phent_ setting:
Code:
ph_setgravity (vector(0,0,-100));
(the following are set in actions)
phent_settype (me,PH_RIGID,PH_CYLINDER);
phent_setmass (my, 3, PH_SPHERE);
phent_setfriction (my, 100);
phent_setdamping (my, 40, 40);
phent_setelasticity (my, 50, 20);
2 screenshots:
BEFORE...
AFTER...