So thanks.

i have a problem.please help.

in workshop21(lite-c) walking command is :

c_move(me,vector(2*time_step,0,0),vector(0,0,0),GLIDE);

when i run it,when the actor gets to wall,his hands and foots panetrate wall.

so,i changed the line to this:

c_move(me,vector(2*time_step,0,0),vector(0,0,0),USE_AABB);

in this line the actor does not his hands and foots panetrate wall,but he is a few away from the wall.
1.what must i do?must i change the hull size?how?

thanks.(sorry 4 bad english)


Life is programming 4 gamE