Home
last modified time | relevance | path

Searched refs:duDebugDraw (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/DebugUtils/Include/
H A DRecastDebugDraw.h25 void duDebugDrawHeightfieldSolid(struct duDebugDraw* dd, const struct rcHeightfield& hf);
26 void duDebugDrawHeightfieldWalkable(struct duDebugDraw* dd, const struct rcHeightfield& hf);
28 void duDebugDrawCompactHeightfieldSolid(struct duDebugDraw* dd, const struct rcCompactHeightfield& …
29 void duDebugDrawCompactHeightfieldRegions(struct duDebugDraw* dd, const struct rcCompactHeightfield…
30 void duDebugDrawCompactHeightfieldDistance(struct duDebugDraw* dd, const struct rcCompactHeightfiel…
32 void duDebugDrawHeightfieldLayer(duDebugDraw* dd, const struct rcHeightfieldLayer& layer, const int…
33 void duDebugDrawHeightfieldLayers(duDebugDraw* dd, const struct rcHeightfieldLayerSet& lset);
34 void duDebugDrawHeightfieldLayersRegions(duDebugDraw* dd, const struct rcHeightfieldLayerSet& lset);
38 void duDebugDrawContours(struct duDebugDraw* dd, const struct rcContourSet& cset, const float alpha…
39 void duDebugDrawPolyMesh(struct duDebugDraw* dd, const struct rcPolyMesh& mesh);
[all …]
H A DDebugDraw.h34 struct duDebugDraw struct
36 virtual ~duDebugDraw() = 0;
134 void duDebugDrawBoxWire(struct duDebugDraw* dd, float minx, float miny, float minz,
151 void duDebugDrawBox(struct duDebugDraw* dd, float minx, float miny, float minz,
154 void duDebugDrawCylinder(struct duDebugDraw* dd, float minx, float miny, float minz,
166 void duAppendBoxWire(struct duDebugDraw* dd, float minx, float miny, float minz,
169 void duAppendBoxPoints(struct duDebugDraw* dd, float minx, float miny, float minz,
186 void duAppendBox(struct duDebugDraw* dd, float minx, float miny, float minz,
189 void duAppendCylinder(struct duDebugDraw* dd, float minx, float miny, float minz,
193 class duDisplayList : public duDebugDraw
[all …]
H A DDetourDebugDraw.h33 void duDebugDrawNavMesh(struct duDebugDraw* dd, const dtNavMesh& mesh, unsigned char flags);
34 void duDebugDrawNavMeshWithClosedList(struct duDebugDraw* dd, const dtNavMesh& mesh, const dtNavMes…
35 void duDebugDrawNavMeshNodes(struct duDebugDraw* dd, const dtNavMeshQuery& query);
36 void duDebugDrawNavMeshBVTree(struct duDebugDraw* dd, const dtNavMesh& mesh);
37 void duDebugDrawNavMeshPortals(struct duDebugDraw* dd, const dtNavMesh& mesh);
38 void duDebugDrawNavMeshPolysWithFlags(struct duDebugDraw* dd, const dtNavMesh& mesh, const unsigned…
39 void duDebugDrawNavMeshPoly(struct duDebugDraw* dd, const dtNavMesh& mesh, dtPolyRef ref, const uns…
41 void duDebugDrawTileCacheLayerAreas(struct duDebugDraw* dd, const dtTileCacheLayer& layer, const fl…
42 void duDebugDrawTileCacheLayerRegions(struct duDebugDraw* dd, const dtTileCacheLayer& layer, const …
43 void duDebugDrawTileCacheContours(duDebugDraw* dd, const struct dtTileCacheContourSet& lcset,
[all …]
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/DebugUtils/Source/
H A DDebugDraw.cpp26 duDebugDraw::~duDebugDraw() in ~duDebugDraw()
31 unsigned int duDebugDraw::areaToCol(unsigned int area) in areaToCol()
89 void duDebugDrawBoxWire(struct duDebugDraw* dd, float minx, float miny, float minz, in duDebugDrawBoxWire()
141 void duDebugDrawBox(struct duDebugDraw* dd, float minx, float miny, float minz, in duDebugDrawBox()
151 void duDebugDrawCylinder(struct duDebugDraw* dd, float minx, float miny, float minz, in duDebugDrawCylinder()
220 void duAppendBoxWire(struct duDebugDraw* dd, float minx, float miny, float minz, in duAppendBoxWire()
255 void duAppendBoxPoints(struct duDebugDraw* dd, float minx, float miny, float minz, in duAppendBoxPoints()
280 void duAppendBox(struct duDebugDraw* dd, float minx, float miny, float minz, in duAppendBox()
315 void duAppendCylinder(struct duDebugDraw* dd, float minx, float miny, float minz, in duAppendCylinder()
409 void appendArrowHead(struct duDebugDraw* dd, const float* p, const float* q, in appendArrowHead()
[all …]
H A DDetourDebugDraw.cpp40 static void drawPolyBoundaries(duDebugDraw* dd, const dtMeshTile* tile, in drawPolyBoundaries()
120 static void drawMeshTile(duDebugDraw* dd, const dtNavMesh& mesh, const dtNavMeshQuery* query, in drawMeshTile()
237 void duDebugDrawNavMesh(duDebugDraw* dd, const dtNavMesh& mesh, unsigned char flags) in duDebugDrawNavMesh()
263 void duDebugDrawNavMeshNodes(struct duDebugDraw* dd, const dtNavMeshQuery& query) in duDebugDrawNavMeshNodes()
302 static void drawMeshTileBVTree(duDebugDraw* dd, const dtMeshTile* tile) in drawMeshTileBVTree()
323 void duDebugDrawNavMeshBVTree(duDebugDraw* dd, const dtNavMesh& mesh) in duDebugDrawNavMeshBVTree()
335 static void drawMeshTilePortal(duDebugDraw* dd, const dtMeshTile* tile) in drawMeshTilePortal()
407 void duDebugDrawNavMeshPortals(duDebugDraw* dd, const dtNavMesh& mesh) in duDebugDrawNavMeshPortals()
419 void duDebugDrawNavMeshPolysWithFlags(struct duDebugDraw* dd, const dtNavMesh& mesh, in duDebugDrawNavMeshPolysWithFlags()
648 void duDebugDrawTileCacheContours(duDebugDraw* dd, const struct dtTileCacheContourSet& lcset, in duDebugDrawTileCacheContours()
[all …]
H A DRecastDebugDraw.cpp25 void duDebugDrawTriMesh(duDebugDraw* dd, const float* verts, int /*nverts*/, in duDebugDrawTriMesh()
80 void duDebugDrawTriMeshSlope(duDebugDraw* dd, const float* verts, int /*nverts*/, in duDebugDrawTriMeshSlope()
138 void duDebugDrawHeightfieldSolid(duDebugDraw* dd, const rcHeightfield& hf) in duDebugDrawHeightfieldSolid()
171 void duDebugDrawHeightfieldWalkable(duDebugDraw* dd, const rcHeightfield& hf) in duDebugDrawHeightfieldWalkable()
212 void duDebugDrawCompactHeightfieldSolid(duDebugDraw* dd, const rcCompactHeightfield& chf) in duDebugDrawCompactHeightfieldSolid()
253 void duDebugDrawCompactHeightfieldRegions(duDebugDraw* dd, const rcCompactHeightfield& chf) in duDebugDrawCompactHeightfieldRegions()
330 static void drawLayerPortals(duDebugDraw* dd, const rcHeightfieldLayer* layer) in drawLayerPortals()
730 void duDebugDrawRawContours(duDebugDraw* dd, const rcContourSet& cset, const float alpha) in duDebugDrawRawContours()
793 void duDebugDrawContours(duDebugDraw* dd, const rcContourSet& cset, const float alpha) in duDebugDrawContours()
856 void duDebugDrawPolyMesh(duDebugDraw* dd, const struct rcPolyMesh& mesh) in duDebugDrawPolyMesh()
[all …]
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/RecastDemo/Include/
H A DInputGeom.h131 void drawOffMeshConnections(struct duDebugDraw* dd, bool hilight = false);
141 void drawConvexVolumes(struct duDebugDraw* dd, bool hilight = false);
H A DSampleInterfaces.h65 class DebugDrawGL : public duDebugDraw
/dports/games/openmw/openmw-openmw-0.47.0/components/sceneutil/
H A Ddetourdebugdraw.hpp15 class DebugDraw : public duDebugDraw
H A Dagentpath.cpp10 …void drawAgent(duDebugDraw& debugDraw, const osg::Vec3f& pos, const float radius, const float heig… in drawAgent()
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/RecastDemo/Source/
H A DOffMeshConnectionTool.cpp145 duDebugDraw& dd = m_sample->getDebugDraw(); in handleRender()
H A DInputGeom.cpp498 void InputGeom::drawOffMeshConnections(duDebugDraw* dd, bool hilight) in drawOffMeshConnections()
548 void InputGeom::drawConvexVolumes(struct duDebugDraw* dd, bool /*hilight*/) in drawConvexVolumes()
H A DConvexVolumeTool.cpp249 duDebugDraw& dd = m_sample->getDebugDraw(); in handleRender()
H A DNavMeshPruneTool.cpp277 duDebugDraw& dd = m_sample->getDebugDraw(); in handleRender()
H A DSample_TempObstacles.cpp460 void drawTiles(duDebugDraw* dd, dtTileCache* tc) in drawTiles()
500 void drawDetail(duDebugDraw* dd, dtTileCache* tc, const int tx, const int ty, int type) in drawDetail()
647 void drawObstacles(duDebugDraw* dd, const dtTileCache* tc) in drawObstacles()
H A DNavMeshTesterTool.cpp1043 duDebugDraw& dd = m_sample->getDebugDraw(); in handleRender()
1400 duDebugDraw& dd = m_sample->getDebugDraw(); in drawAgent()
H A DCrowdTool.cpp204 duDebugDraw& dd = m_sample->getDebugDraw(); in handleRender()
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/
H A DCONTRIBUTING.md53 …Implement `duDebugDraw` and call some methods from DetourDebugDraw.h. Seriously, just do it, we'll…