r00t 3:16 wrote:
Hmm,

I think I understand what your saying.
What if the movement left / right was limited to like 5 degrees? If they
moved 5 degrees right or left the entire body would move?

(sorry i just don't understand the axis aligned boxes yet )

Axis aligned means that the edges of the box ALWAYS line up with the X & Y axis in the map (the box doesn't rotate when the player rotates). For example, you can't have the collision box around a player look like this (top down view)...

     ______
    /     /    ^
   /     /     |
  /     /      |
 /     /       |
/_____/        | x-axis   y-axis -------->


...since the sloped side doesn't lie along the X axis (even if the player was rotated 15 degrees clockwise).

--
Jeffrey "botman" Broome

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



Reply via email to