Posted By: JulienT
Walking on a terrain - 06/06/10 21:39
Hello,
I set my physical parameters like this:
ph_setgravity(vector(0,0,-386));
phent_settype(player, PH_RIGID, PH_BOX);
phent_setmass(player, 40, PH_BOX);
phent_setfriction(player, 50);
I use c_move to move my player but the values seem not good...
My character is moving like a guy lost in a space ice rink!
Those my values are wrong?
Thank you
I set my physical parameters like this:
ph_setgravity(vector(0,0,-386));
phent_settype(player, PH_RIGID, PH_BOX);
phent_setmass(player, 40, PH_BOX);
phent_setfriction(player, 50);
I use c_move to move my player but the values seem not good...
My character is moving like a guy lost in a space ice rink!
Those my values are wrong?
Thank you