![Celestial](https://media.forgecdn.net/avatars/thumbnails/990/439/256/256/638503734078935017.png)
[Bug] Rotation axes aren't applied correctly
UsernameGeri opened this issue ยท 1 comments
Using celestial_1.19.4_forge-2.0.
Bug description
I've set up a rotation for a skybox using the base_degrees
properties, with these equations:
"base_degrees_x": "((dayTime * (360/24000)) * (-1))",
"base_degrees_y": "((26.52 * cos((1/12000) * 180 * dayTime) - 26.52) * (-1))",
"base_degrees_z": "((26.52 * sin((1/12000) * 180 * dayTime)))"
Each of the axes work correctly by themselves, however when all 3 equations are configured, the rotation seems to get broken.
Here's an explanation video showcasing the expected behavior.
blender.xyz.mp4
And the result in-game (the rotations are sped up for better visualization).
mc.xyz.mp4
here's also a pack for ease of testing:
rotation.zip