mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-08-31 23:48:38 +00:00
Detour: Reduced tile navmesh link size by 6 bytes.
Demo: Fixed some include file errors from previous renaming fest. Added license at top of some files.
This commit is contained in:
@@ -190,12 +190,6 @@ void dtDebugDrawStatNavMesh(const dtStatNavMesh* mesh)
|
||||
|
||||
static void drawTile(const dtTileHeader* header)
|
||||
{
|
||||
const float col[4] = {0,0,0,0.25f};
|
||||
/* glBegin(GL_LINES);
|
||||
drawBoxWire(header->bmin[0],header->bmin[1],header->bmin[2],
|
||||
header->bmax[0],header->bmax[1],header->bmax[2], col);
|
||||
glEnd();*/
|
||||
|
||||
glBegin(GL_TRIANGLES);
|
||||
for (int i = 0; i < header->npolys; ++i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user