mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-20 12:40:25 +02:00
Added recast navmesh.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user