AABB player controller.

Please don't post Bullet support questions here, use the above forums instead.
hulag
Posts: 1
Joined: Mon Mar 24, 2008 1:59 pm

AABB player controller.

Post by hulag »

I'm making an FPS and now I need to write a player controller for the player. I already have the AABB of the player, I already the plane of the triangle that the AABB is colliding with, but my problem is the collision response. How can I make by player slide?

Thanks.