| 187 | } |
| 188 | |
| 189 | void DrawDebugTarget(const Vector3& center, const Quaternion& orient, float radius, const Color& color, RendererDebugPage page) |
| 190 | { |
| 191 | g_Renderer.AddDebugTarget(center, orient, radius, color, page); |
| 192 | } |
| 193 | |
| 194 | void DrawDebugBox(const std::array<Vector3, BOX_VERTEX_COUNT>& corners, const Color& color, RendererDebugPage page, bool isWireframe) |
| 195 | { |
no test coverage detected