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

Function DrawDebugBox

TombEngine/Game/debug/debug.cpp:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 }
193
194 void DrawDebugBox(const std::array<Vector3, BOX_VERTEX_COUNT>& corners, const Color& color, RendererDebugPage page, bool isWireframe)
195 {
196 g_Renderer.AddDebugBox(corners, color, page, isWireframe);
197 }
198
199 void DrawDebugBox(const Vector3& min, const Vector3& max, const Color& color, RendererDebugPage page, bool isWireframe)
200 {

Callers 8

DrawDebugMethod · 0.85
DrawDebugMethod · 0.85
ItemsCollideCameraFunction · 0.85
DrawBoxFunction · 0.85
TestVolumeContainmentFunction · 0.85
TestVolumesFunction · 0.85
TestLaraPositionFunction · 0.85
CollideSolidBoundsFunction · 0.85

Calls 1

AddDebugBoxMethod · 0.80

Tested by 3

TestVolumeContainmentFunction · 0.68
TestVolumesFunction · 0.68
TestLaraPositionFunction · 0.68