1
This commit is contained in:
parent
e57d842cba
commit
1f57e552ff
@ -26,6 +26,7 @@ include_directories(
|
|||||||
../../third_party/recastnavigation/Recast/Include
|
../../third_party/recastnavigation/Recast/Include
|
||||||
../../third_party/recastnavigation/Detour/Include
|
../../third_party/recastnavigation/Detour/Include
|
||||||
../../third_party/recastnavigation/DetourTileCache/Include
|
../../third_party/recastnavigation/DetourTileCache/Include
|
||||||
|
../../third_party/recastnavigation/RecastDemo/Contrib/fastlz
|
||||||
.
|
.
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -47,6 +48,10 @@ aux_source_directory(../../third_party/recastnavigation/Recast/Source
|
|||||||
SRC_LIST
|
SRC_LIST
|
||||||
)
|
)
|
||||||
|
|
||||||
|
aux_source_directory(../../third_party/recastnavigation/RecastDemo/Contrib/fastlz
|
||||||
|
SRC_LIST
|
||||||
|
)
|
||||||
|
|
||||||
aux_source_directory(../../third_party/recastnavigation/Detour/Source
|
aux_source_directory(../../third_party/recastnavigation/Detour/Source
|
||||||
SRC_LIST
|
SRC_LIST
|
||||||
)
|
)
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
#include "DetourNavMeshQuery.h"
|
#include "DetourNavMeshQuery.h"
|
||||||
#include "DetourCommon.h"
|
#include "DetourCommon.h"
|
||||||
#include "DetourNavMesh.h"
|
#include "DetourNavMesh.h"
|
||||||
|
#include "fastlz.h"
|
||||||
|
|
||||||
#include "navmeshbuilder.h"
|
#include "navmeshbuilder.h"
|
||||||
#include "mapinstance.h"
|
#include "mapinstance.h"
|
||||||
@ -128,7 +129,8 @@ struct MeshProcess : public dtTileCacheMeshProcess
|
|||||||
}
|
}
|
||||||
|
|
||||||
virtual void process(struct dtNavMeshCreateParams* params,
|
virtual void process(struct dtNavMeshCreateParams* params,
|
||||||
unsigned char* polyAreas, unsigned short* polyFlags)
|
unsigned char* polyAreas,
|
||||||
|
unsigned short* polyFlags)
|
||||||
{
|
{
|
||||||
#if 0
|
#if 0
|
||||||
// Update poly flags from areas.
|
// Update poly flags from areas.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user