ACCLMesh: Curvature-Based Navigation Mesh Generation


Evaluating height clearance with the navigation mesh allows agents to walk under a slanted overpass safely.

The approach can be integrated into standard navigation and animation systems to simulate thousands of agents on 3D surfaces in real-time.

With this work we build upon prevous work to construct navigation meshes. These meshes are used to limit the locations characters can travel in interactive simulations to only include safe or navigable areas. We use the curvature of the mesh surface to decide if the area is navigable or not.

Abstract

The proposed method robustly and efficiently computes a navigation mesh for arbitrary and dynamic 3D environments based on curvature. This method addresses a number of known limitations in state-of-the-art techniques to produce navigation meshes that are tightly coupled to the original geometry, incorporate geometric details that are crucial for movement decisions and can robustly handle complex surfaces. The method is integrated into a standard navigation and collision-avoidance system to simulate thousands of agents on complex 3D surfaces in real-time.

Files

Paper

Bibtex

@inproceedings{10.1145/2822013.2822043,
author = {Berseth, Glen and Kapadia, Mubbasir and Faloutsos, Petros},
title = {ACCLMesh: Curvature-Based Navigation Mesh Generation},
year = {2015},
isbn = {9781450339919},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/2822013.2822043},
doi = {10.1145/2822013.2822043},
booktitle = {Proceedings of the 8th ACM SIGGRAPH Conference on Motion in Games},
pages = {97102},
numpages = {6},
keywords = {navigation mesh, crowd simulation, curvature},
location = {Paris, France},
series = {MIG '15}
}

Videos!

This video demonstrates some of the example results of our ACCLMesh method.