• simple representation of walkable areas for Game dev
  • Graph type expressing pathfinding data as triangle mesh instead of squares or point
  • Fewer nodes than grid graph - good for fast pathfinding where graph doesn’t change much during runtime