F5 issue
piemanau opened this issue ยท 12 comments
When I go into F5 after moving my head around a lot it makes my character spaz out, anyway to fix this?
I tested with the Firstperson mod, that's why I didn't notice that one. Will release an update later today to fix that.
Is it weird I kind of like having this? lmfao
It looks super silly
Yea I don't entirely care but I would rather my modpack to be as bud free as I can get it
I mean it looked a bit like the indev steve animation^^
https://www.youtube.com/watch?v=tfuatYZIKq4
I mean it looked a bit like the indev steve animation^^
https://www.youtube.com/watch?v=tfuatYZIKq4
Haha
I mean it looked a bit like the indev steve animation^^
https://www.youtube.com/watch?v=tfuatYZIKq4
Yeah! I thought it was some sort of emote or special effect on Hypixel when I was playing lmfaoooo
The issue was that the player is not rendered in first-person(when not using the first-person mod), or if a player is somewhere behind you. So the last known arm position did not update. And once you press F5 that caused it to animate from wherever it was the last time to now. Now I just don't even try to interpolate when the last state is older than 200ms.
The issue was that the player is not rendered in first-person(when not using the first-person mod), or if a player is somewhere behind you. So the last known arm position did not update. And once you press F5 that caused it to animate from wherever it was the last time to now. Now I just don't even try to interpolate when the last state is older than 200ms.
Weird thing is, I don't think I every pushed F5, it just randomly happened (then I pressed F5 to see what the heck was happening which is probably what caused it to happen the other times)
It happens because the yaw value keeps increasing/decreasing when you turn around ingame once. That was one of the things that cost me many hours of pain to get fixed so that when holding a bow and just rotating once, that it doesn't freak out once because of the numbers jumping. 2pie is one full rotation, and by having the old value frozen it can easily jump from 0 to let's say 30, thereby spinning the arms around the body about 5 times.