IMesh provides an access to the NavMesh which is being generated. More...
#include
Public Member Functions | |
virtual bool | AddTrianglesWorld (const Triangle *pTrianglesWorld, const size_t count, const AreaAnnotation areaAnnotation)=0 |
IMesh provides an access to the NavMesh which is being generated.
|
pure virtual |
Add triangles to the tile's NavMesh.
pTrianglesWorld | Array of triangles in the world space. |
count | Count of triangles. |
areaAnnotation | Triangle annotation which will be set on all added triangles. |