Silentor / InfluenceTerrainDemo

Some experiments with zone-based terrain generation
4 stars 2 forks source link

Ahead path refining #119

Open Silentor opened 5 years ago

Silentor commented 5 years ago

To create smart-looking path, navigator should try to refine not only current path segment, but next one (or two) to prevent go back if segment is impassable on micro level (drop bad segment). Also find solution to blocked positions on edges of nav cells.

Silentor commented 4 years ago

Add configurable look-ahead nodes count, some actors should be smarter then others