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:
Mikko Mononen
2009-07-13 11:09:28 +00:00
parent 3149b86c4c
commit c2e4e01201
11 changed files with 1010 additions and 266 deletions

View File

@@ -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)
{