Jump to content

Navigation mesh

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 69.117.184.58 (talk) at 01:38, 15 April 2009. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A navigation mesh is an abstract data structure used in artificial intelligence applications to aid agents in path-finding through large spaces. Meshes that do not map to static obstacles in the environment they model offer the additional advantage that agents with access to the mesh will not consider these obstacles in path-finding, reducing computational effort and making collision detection between agents and static obstacles moot. Meshes are typically implemented as graphs, opening their use to a large number of algorithms defined on these structures. One of the most common uses of a Navigation Mesh is in a video game. It is usually represented as a volume or brush that is processed and computed during level compilation.