So I tested the demo and it works fine, and when I set mine to the Z axis, it also works fine. Both both X and Y have this problem. Is there another way I should be rotating them?
thedopefishlives
5
Posts
1
Topics
A member registered Mar 03, 2021
Recent community posts
Don't know if it helps, but I'm running version 2.3.7.476, and here's my code:
y_rotation = y_rotation + 0.5; if y_rotation > 359{ y_rotation = 0; } fauxton_model_set(model, x, y, z_test, x_rotation, y_rotation, z_rotation, 1, 1, 1);
Here's pics of the cube looking normal and the cube during the squish.
Anything I can do to test, let me know. Fauxton has opened a door into a new project for me and I really want it to work. :-)