Added recast navmesh.

This commit is contained in:
Justin Marshall
2026-05-22 21:59:30 -07:00
parent d24553b366
commit b0788b922e
31 changed files with 11241 additions and 20 deletions
+2
View File
@@ -31,6 +31,7 @@ If you have questions concerning this license or the applicable additional terms
#include "AAS.h"
#include "../Pvs.h"
#include "RecastNavMesh.h"
class idRoutingCache {
@@ -125,6 +126,7 @@ public:
private:
idAASFile * file;
idStr name;
idRecastNavMesh recastNavMesh;
private: // routing data
idRoutingCache *** areaCacheIndex; // for each area in each cluster the travel times to all other areas in the cluster