![]() |
Recast Navigation
Navigation-mesh Toolset for Games
|
#include <math.h>#include <stdio.h>#include <string.h>#include "SDL.h"#include "SDL_opengl.h"#include "imgui.h"#include "InputGeom.h"#include "Sample.h"#include "Sample_SoloMesh.h"#include "Recast.h"#include "RecastDebugDraw.h"#include "RecastDump.h"#include "DetourNavMesh.h"#include "DetourNavMeshBuilder.h"#include "DetourDebugDraw.h"#include "NavMeshTesterTool.h"#include "NavMeshPruneTool.h"#include "OffMeshConnectionTool.h"#include "ConvexVolumeTool.h"#include "CrowdTool.h"