mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 06:13:07 +01:00
Removed _USE_MATH_DEFINES.
This commit is contained in:
@@ -141,9 +141,9 @@ struct Camera
|
||||
|
||||
float right[3] =
|
||||
{
|
||||
sinf(m_horizontalAngle - float(M_PI)/2.0f),
|
||||
sinf(m_horizontalAngle - bx::piHalf),
|
||||
0,
|
||||
cosf(m_horizontalAngle - float(M_PI)/2.0f),
|
||||
cosf(m_horizontalAngle - bx::piHalf),
|
||||
};
|
||||
|
||||
if (m_keys & CAMERA_KEY_UP)
|
||||
|
||||
Reference in New Issue
Block a user