![]() |
Recast Navigation
Navigation-mesh Toolset for Games
|
#include <math.h>#include <stdio.h>#include <string.h>#include "SDL.h"#include "SDL_opengl.h"#include <GL/glu.h>#include "imgui.h"#include "InputGeom.h"#include "Sample.h"#include "Sample_TileMesh.h"#include "Recast.h"#include "RecastDebugDraw.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"Classes | |
| class | NavMeshTileTool |
Functions | |
| unsigned int | nextPow2 (unsigned int v) |
| unsigned int | ilog2 (unsigned int v) |
|
inline |
|
inline |