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

Function DrawDebugLine

TombEngine/Game/debug/debug.cpp:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177 }
178
179 void DrawDebugLine(const Vector3& origin, const Vector3& target, const Color& color, RendererDebugPage page)
180 {
181 g_Renderer.AddDebugLine(origin, target, color, page);
182 }
183
184 void DrawDebugTriangle(const Vector3& vertex0, const Vector3& vertex1, const Vector3& vertex2, const Color& color, RendererDebugPage page)
185 {

Callers 5

DrawItemPathfindingFunction · 0.85
TestLaraPositionFunction · 0.85
PreviewMethod · 0.85
PreviewMethod · 0.85
DrawDebugMethod · 0.85

Calls 1

AddDebugLineMethod · 0.80

Tested by 1

TestLaraPositionFunction · 0.68