mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Added conversion functions from disk/cylinder to AABB.
This commit is contained in:
@@ -967,7 +967,7 @@ struct DebugDraw
|
||||
|
||||
void draw(const Disk& _disk)
|
||||
{
|
||||
BX_UNUSED(_disk);
|
||||
drawCircle(_disk.m_normal, _disk.m_center, _disk.m_radius, 0.0f);
|
||||
}
|
||||
|
||||
void draw(const Obb& _obb)
|
||||
|
||||
Reference in New Issue
Block a user