Recast Navigation
Navigation-mesh Toolset for Games
|
#include <math.h>
#include <stdio.h>
#include "Sample.h"
#include "InputGeom.h"
#include "Recast.h"
#include "RecastDebugDraw.h"
#include "DetourDebugDraw.h"
#include "DetourNavMesh.h"
#include "DetourNavMeshQuery.h"
#include "DetourCrowd.h"
#include "imgui.h"
#include "SDL.h"
#include "SDL_opengl.h"
Classes | |
struct | NavMeshSetHeader |
struct | NavMeshTileHeader |
Variables | |
static const int | NAVMESHSET_MAGIC = 'M'<<24 | 'S'<<16 | 'E'<<8 | 'T' |
static const int | NAVMESHSET_VERSION = 1 |
|
static |
|
static |