mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 21:13:02 +01:00
Renamed constants to new style.
This commit is contained in:
@@ -216,7 +216,7 @@ void calcObb(Obb& _obb, const void* _vertices, uint32_t _numVertices, uint32_t _
|
||||
Obb best;
|
||||
aabbToObb(best, aabb);
|
||||
|
||||
float angleStep = float(bx::piHalf/_steps);
|
||||
float angleStep = float(bx::kPiHalf/_steps);
|
||||
float ax = 0.0f;
|
||||
float mtx[16];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user