I apply time_step inside c_move function. But do I need to apply time_step into physic function (eg. phent_addtorqueglobal)? Or physic control time_step itself?
What I notice, my ball movement (using physic) is much faster on slower machine. And my ball seems heavier on faster machine. Its reverse to c_move. c_move become slower on slower machine.