Recast Navigation
Navigation-mesh Toolset for Games
Sample.cpp File Reference
#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
 

Variable Documentation

◆ NAVMESHSET_MAGIC

const int NAVMESHSET_MAGIC = 'M'<<24 | 'S'<<16 | 'E'<<8 | 'T'
static

◆ NAVMESHSET_VERSION

const int NAVMESHSET_VERSION = 1
static