22#ifndef RECAST_DEBUGDRAW_H
23#define RECAST_DEBUGDRAW_H
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
double duReal
Definition DebugDrawLargeWorldCoordinates.h:13
NAVMESH_API void duDebugDrawCompactHeightfieldRegions(struct duDebugDraw *dd, const struct rcCompactHeightfield &chf)
NAVMESH_API void duDebugDrawHeightfieldBounds(duDebugDraw *dd, const rcHeightfield &hf)
Definition RecastDebugDraw.cpp:214
NAVMESH_API void duDebugDrawHeightfieldLayersRegions(duDebugDraw *dd, const struct rcHeightfieldLayerSet &lset)
NAVMESH_API void duDebugDrawPolyMeshDetail(struct duDebugDraw *dd, const struct rcPolyMeshDetail &dmesh)
Definition RecastDebugDraw.cpp:996
NAVMESH_API void duDebugDrawHeightfieldWalkable(duDebugDraw *dd, const rcHeightfield &hf)
Definition RecastDebugDraw.cpp:173
NAVMESH_API void duDebugDrawContours(struct duDebugDraw *dd, const struct rcContourSet &cset, const float alpha=1.0f)
NAVMESH_API void duDebugDrawTriMesh(struct duDebugDraw *dd, const duReal *verts, int nverts, const int *tris, const duReal *normals, int ntris, const unsigned char *flags, const duReal texScale)
Definition RecastDebugDraw.cpp:27
NAVMESH_API void duDebugDrawRegionConnections(struct duDebugDraw *dd, const struct rcContourSet &cset, const float alpha=1.0f)
NAVMESH_API void duDebugDrawCompactHeightfieldSolid(struct duDebugDraw *dd, const struct rcCompactHeightfield &chf)
NAVMESH_API void duDebugDrawCompactHeightfieldDistance(struct duDebugDraw *dd, const struct rcCompactHeightfield &chf)
NAVMESH_API void duDebugDrawRawContours(struct duDebugDraw *dd, const struct rcContourSet &cset, const float alpha=1.0f)
NAVMESH_API void duDebugDrawHeightfieldSolid(duDebugDraw *dd, const rcHeightfield &hf)
Definition RecastDebugDraw.cpp:140
NAVMESH_API void duDebugDrawHeightfieldLayers(duDebugDraw *dd, const struct rcHeightfieldLayerSet &lset)
Definition RecastDebugDraw.cpp:454
NAVMESH_API void duDebugDrawPolyMesh(struct duDebugDraw *dd, const struct rcPolyMesh &mesh)
Definition RecastDebugDraw.cpp:888
NAVMESH_API void duDebugDrawLayerContours(duDebugDraw *dd, const struct rcLayerContourSet &lcset)
NAVMESH_API void duDebugDrawHeightfieldLayer(duDebugDraw *dd, const struct rcHeightfieldLayer &layer, const int idx)
Definition RecastDebugDraw.cpp:400
NAVMESH_API void duDebugDrawLayerPolyMesh(duDebugDraw *dd, const struct rcLayerPolyMesh &lmesh)
NAVMESH_API void duDebugDrawTriMeshSlope(struct duDebugDraw *dd, const duReal *verts, int nverts, const int *tris, const duReal *normals, int ntris, const duReal walkableSlopeAngle, const duReal texScale)
Definition RecastDebugDraw.cpp:82
Abstract debug draw interface.
Definition DebugDraw.h:81