#include "aiPathFinder.h"
Go to the source code of this file.
Functions | |
Node * | find_in_mesh (NavMesh nav_mesh, LVecBase3f pos, int grid_size) |
Function : find_in_mesh Description : This function allows the user to pass a position and it returns the corresponding node on the navigation mesh. A very useful function as it allows for dynamic updation of the mesh based on position.
Definition at line 381 of file aiPathFinder.cxx.