- added finalizeSlicedFindPathPartial()

- added handleStep()/handleToggle() to samples
- changed how crowds are rendered
- added path topology optimization step
This commit is contained in:
Mikko Mononen
2010-11-07 10:56:48 +00:00
parent e5d603ac92
commit ccf401d3da
26 changed files with 2619 additions and 1964 deletions

View File

@@ -72,9 +72,9 @@ static void drawPolyBoundaries(duDebugDraw* dd, const dtMeshTile* tile,
}
}
if (con)
c = duRGBA(255,255,255,64);
c = duRGBA(255,255,255,24);
else
c = duRGBA(0,0,0,128);
c = duRGBA(0,0,0,48);
}
else
c = duRGBA(0,48,64,32);