luxeengine / alpha

alpha - deprecated 2015~2016. unrelated to the new engine! view the new engine here - https://luxeengine.com/
MIT License
565 stars 74 forks source link

Degree / Radian inconsistency #382

Closed PentaHelix closed 8 years ago

PentaHelix commented 8 years ago

Using Quaternion.toeuler() returns a Vector of the rotation in degrees, but using Quaternion.setFromEuler() requieres a Vector of radians.

ruby0x1 commented 8 years ago

Thanks for the note! I've been making sure the new maths classes are consistent (and easier to use). Since phoenix isn't sticking around, this isn't an issue I need to keep track of so I'll close it for now