You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend the Draw API in rmodels with support for specifying rotation using a Quaternion rather than Vector3 axis and float angle. The current APIs only allow one to draw a mesh using an axis angle rotation. There should be a similar API for drawing using a Quaternion, as it'd ease learning and also allow one to write code which avoids gimbal lock more easily.
Environment
raylib 5.5, Windows 11 24H2, RTX 4090, OpenGL 3.3.0
The text was updated successfully, but these errors were encountered:
Please, before submitting a new issue verify and check:
Issue description
Extend the Draw API in
rmodels
with support for specifying rotation using a Quaternion rather than Vector3 axis and float angle. The current APIs only allow one to draw a mesh using an axis angle rotation. There should be a similar API for drawing using a Quaternion, as it'd ease learning and also allow one to write code which avoids gimbal lock more easily.Environment
raylib 5.5, Windows 11 24H2, RTX 4090, OpenGL 3.3.0
The text was updated successfully, but these errors were encountered: