Navmesh stairs

Started by
3 comments, last by IADaveMark 10 years, 8 months ago

How do you combine volumes/polygons from steps into one ramp? If I had a volume for each step, I'd have to do A* through each step.

Also, how do you do A* through the volumes/polygons? Do you have entrances and exits between each volume? How would you cut a shortcut across several volumes if there's a direct path?

Advertisement

This link has a full explanation of how Navmeshes are created and used:

http://www.critterai.org/nmgen_study

Edit:

Read your question wrong, sorry. The link should help you.

Currently working on a scene editor for ORX (http://orx-project.org), using kivy (http://kivy.org).

Simple answer - Nav meshes are usually a seperate mesh simplification of the actual scenery geometries.

The stairs would often be simplified into a flat ramp surface

--------------------------------------------[size="1"]Ratings are Opinion, not Fact

I still don't see how navmeshes are used. Need more info.

I'm sure you can find something to read rather than having us copy and paste it here. There's no shortage of info on navmeshes on the web.

Dave Mark - President and Lead Designer of Intrinsic Algorithm LLC
Professional consultant on game AI, mathematical modeling, simulation modeling
Co-founder and 10 year advisor of the GDC AI Summit
Author of the book, Behavioral Mathematics for Game AI
Blogs I write:
IA News - What's happening at IA | IA on AI - AI news and notes | Post-Play'em - Observations on AI of games I play

"Reducing the world to mathematical equations!"

This topic is closed to new replies.

Advertisement