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