Replies: 2 comments 6 replies
-
@raysan5 Also, note that in the documentation the comment for the Transform struct has a typo: |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So far, 3D models have support for the Transform-type. But it would be great if this could be better integrated into rmodels for better consistency when handling 3D transforms and drawing 3D models.
Also, more helper functions for working with transforms, such as converting a Transform into a 4x4 transformation matrix like so:
And vice-versa:
Beta Was this translation helpful? Give feedback.
All reactions