|
| void | duDebugDrawTriMesh (duDebugDraw *dd, const duReal *verts, int, const int *tris, const duReal *normals, int ntris, const unsigned char *flags, const duReal texScale) |
| |
| void | duDebugDrawTriMeshSlope (duDebugDraw *dd, const duReal *verts, int, const int *tris, const duReal *normals, int ntris, const duReal walkableSlopeAngle, const duReal texScale) |
| |
| void | duDebugDrawHeightfieldSolid (duDebugDraw *dd, const rcHeightfield &hf) |
| |
| void | duDebugDrawHeightfieldWalkable (duDebugDraw *dd, const rcHeightfield &hf) |
| |
| void | duDebugDrawHeightfieldBounds (duDebugDraw *dd, const rcHeightfield &hf) |
| |
| void | duDebugDrawCompactHeightfieldSolid (duDebugDraw *dd, const rcCompactHeightfield &chf) |
| |
| void | duDebugDrawCompactHeightfieldRegions (duDebugDraw *dd, const rcCompactHeightfield &chf) |
| |
| void | duDebugDrawCompactHeightfieldDistance (duDebugDraw *dd, const rcCompactHeightfield &chf) |
| |
| void | duDebugDrawHeightfieldLayer (duDebugDraw *dd, const struct rcHeightfieldLayer &layer, const int idx) |
| |
| void | duDebugDrawHeightfieldLayers (duDebugDraw *dd, const struct rcHeightfieldLayerSet &lset) |
| |
| void | duDebugDrawRegionConnections (duDebugDraw *dd, const rcContourSet &cset, const float alpha) |
| |
| void | duDebugDrawRawContours (duDebugDraw *dd, const rcContourSet &cset, const float alpha) |
| |
| void | duDebugDrawContours (duDebugDraw *dd, const rcContourSet &cset, const float alpha) |
| |
| void | duDebugDrawPolyMesh (duDebugDraw *dd, const struct rcPolyMesh &mesh) |
| |
| void | duDebugDrawPolyMeshDetail (duDebugDraw *dd, const struct rcPolyMeshDetail &dmesh) |
| |