Outerra forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Outerra Tech Demo download. Help with graphics driver issues

Author Topic: Pathfinding  (Read 3713 times)

Juggernautz

  • Jr. Member
  • *
  • Posts: 48
  • newbie
Pathfinding
« on: May 11, 2012, 09:39:00 am »

Hey guys,

Just curious if you've given some thought to a pathfinding system for AI, such as a navmesh generator (with open properties so that certain agents might be able to go up steeper slopes etc). Or will the AI need to have custom pathfinding code to take advantage of the height data?

Thanks,

Juggz
Logged

cameni

  • Brano Kemen
  • Outerra Administrator
  • Hero Member
  • *****
  • Posts: 6721
  • No sense of urgency.
    • outerra.com
Re: Pathfinding
« Reply #1 on: May 11, 2012, 10:50:35 am »

Not many thoughts yet :)

Terrain tiles hold vector data for roads that could be used in pathfinding, and also information about terrain materials and heights. How it should be used exactly in the pathfinding will probably show up only when doing it.
Logged

Juggernautz

  • Jr. Member
  • *
  • Posts: 48
  • newbie
Re: Pathfinding
« Reply #2 on: May 11, 2012, 11:12:02 am »

Thanks for the reply!

Just thinking about 'explorer' AI if there was a real time fog of war system. Might get expensive querying for that data frequently if you have many active agents on screen, depending on update frequency. Doubt it could be done per frame. Heh, sorry just having a stream of consciousness. That's not something to worry about yet anyway I think. :)
Logged