alRex-U / ParCool

A Minecraft Forge Mod for action of Cool Parkour
GNU General Public License v3.0
42 stars 33 forks source link

Incorrect third-person animation maths #89

Closed jf908 closed 2 years ago

jf908 commented 2 years ago

Summary The math is incorrect for the third-person model, it works when the camera is looking horizontally but not when it is looking upwards or downwards.

Running Environment

Detail The larger the pitch value is, the less the animation has an effect. This effect is easiest to see when you are doing a front flip but it happens with all third-person animations.

Additional Data It is correct when camera pitch = 0 degrees. 2022-08-17_20 13 16

It is incorrect when camera pitch = 90 or -90 degrees, it doesn't look like I am spinning. 2022-08-17_20 13 20

alRex-U commented 2 years ago

It have already been fixed. Next update will apply this patch.

jf908 commented 2 years ago

Thank you! Great mod 👍