CollisionDetection

From polycount
Revision as of 22:16, 14 February 2015 by EricChadwick (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Collision detection is the systematic check to see if any intersections are occurring between significant polygons, such as my player's sword and your player's neck.

A common method to optimize collision detection is to use a bounding box to simplify collision shapes.

Terrains are easy targets for optimized collision detection since their collidable surfaces can usually be represented by a simple height map.


Personal tools
Namespaces

Variants
Actions
Navigation
Tools