3D Pathfinding
The Goal:
Have our AI Agents navigate the game world effectively.
The Challenge:
A very complex fully three dimensional game world.
The Solution:
Apply proven 2D path finding techniques, and use effective design tools to reduce the additional computation required when moving from 2D to 3D.