I am using c_rotate to rotate a model entity with collision detection. By default, c_rotate will use c_move to move the entity away from the obstacle after a collision occurs. (I have set move_friction=1 to prevent gliding)
I want to stop the c_move call or prevent movement (translational) another way, so that the user is forced to use only rotation to avoid the obstacle. How can this be done? Thanks!