Game Development Reference
In-Depth Information
Generating NavMesh in SDK
Automatic NavMesh generation is a feature of the SDK available in the SceneExplorer.
The NavMesh, as its name implies, is a mesh in which pathfinding can be applied to have
AIs navigate through the game world. The generator takes a set of input values and, based
on these, will create a mesh that stretches around obstacles. It can be seen as painted lines
that the AI can use to know where it's safe to walk.
NavMesh on top of the terrain
Search WWH ::




Custom Search