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

Function DrawDebugSphere

TombEngine/Game/debug/debug.cpp:224–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 }
223
224 void DrawDebugSphere(const Vector3& center, float radius, const Color& color, RendererDebugPage page, bool isWireframe)
225 {
226 g_Renderer.AddDebugSphere(center, radius, color, page, isWireframe);
227 }
228
229 void DrawDebugSphere(const BoundingSphere& sphere, const Color& color, RendererDebugPage page, bool isWireframe)
230 {

Callers 4

DrawItemPathfindingFunction · 0.85
TestVolumeContainmentFunction · 0.85
GetCollisionInfoFunction · 0.85
PreviewMethod · 0.85

Calls 1

AddDebugSphereMethod · 0.80

Tested by 1

TestVolumeContainmentFunction · 0.68