MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / DrawDebugTarget

Function DrawDebugTarget

TombEngine/Game/debug/debug.cpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 }
188
189 void DrawDebugTarget(const Vector3& center, const Quaternion& orient, float radius, const Color& color, RendererDebugPage page)
190 {
191 g_Renderer.AddDebugTarget(center, orient, radius, color, page);
192 }
193
194 void DrawDebugBox(const std::array<Vector3, BOX_VERTEX_COUNT>& corners, const Color& color, RendererDebugPage page, bool isWireframe)
195 {

Callers 2

PreviewMethod · 0.85
PreviewMethod · 0.85

Calls 1

AddDebugTargetMethod · 0.80

Tested by

no test coverage detected