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

Function DrawDebugCone

TombEngine/Game/debug/debug.cpp:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 }
213
214 void DrawDebugCone(const Vector3& center, const Quaternion& orient, float radius, float length, const Vector4& color, RendererDebugPage page, bool isWireframe)
215 {
216 g_Renderer.AddDebugCone(center, orient, radius, length, color, page, isWireframe);
217 }
218
219 void DrawDebugCylinder(const Vector3& center, const Quaternion& orient, float radius, float length, const Color& color, RendererDebugPage page, bool isWireframe)
220 {

Callers

nothing calls this directly

Calls 1

AddDebugConeMethod · 0.80

Tested by

no test coverage detected