Sunday, March 18, 2007

KYLE SCHOUVILLER ON 2D COLLISION DETECTION

Kyle has posted a nice read with tips useful to face the task of inplementing Collision Detection in Two Dimensions.

From Kyle's post: "... Use the Separating Axis Theorem. Use a space-division scheme, like a Quadtree. Use multiple levels of collision detection to avoid unnecessary testing. Use a common bounding structure for all objects so they can interact generically. Those are things I learned when I did it. ...".

Stay tuned!

No comments:

Post a Comment

Any thoughts? Post them here ...