| 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 | { |