Replies: 1 comment
-
This is the expected behaviour. Model transformation can be provided as a Matrix in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In rmodel.c, DrawModelEx() function, we have the following line:
model.transform = MatrixMultiply(model.transform, matTransform);
So the model's transform matrix will get updated each time DrawModel/DrawModelEx is called.
Is it a feature, or a bug?
Beta Was this translation helpful? Give feedback.
All reactions