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

Function DrawDebugCylinder

TombEngine/Game/debug/debug.cpp:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217 }
218
219 void DrawDebugCylinder(const Vector3& center, const Quaternion& orient, float radius, float length, const Color& color, RendererDebugPage page, bool isWireframe)
220 {
221 g_Renderer.AddDebugCylinder(center, orient, radius, length, color, page, isWireframe);
222 }
223
224 void DrawDebugSphere(const Vector3& center, float radius, const Color& color, RendererDebugPage page, bool isWireframe)
225 {

Callers

nothing calls this directly

Calls 1

AddDebugCylinderMethod · 0.80

Tested by

no test coverage detected