-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inaccuracy movement #123
Comments
Not sure what you mean by this. If yaw was being applied constantly, I think I'd have noticed by now. |
Sorry for bad English. |
What version of the mod and minecraft are you using? |
1.19.2 |
Are you perhaps using Optifabric? |
No optfabric |
Can you send a video of the issue? Its hard to understand when its just words. |
You can see it slightly yaw left when roll is negative even it is close to 0, this is not happening when roll is close to 0 but it positive or it facing Northeast (probably yaw 5 ~ 90 based on my test). |
Thats quite strange... My best guess would be some kind of floating point precision error. I've actually already significantly reworked internal math after DABR 3.0, so there's a good chance this issue is already fixed in newer versions. This wont be backported to 1.19.2 tho. I'll try to recreate this issue on the latest version once I have time. |
When player's yaw is in (0 ~ 5) or (91 ~ 359), roll is 0. In that case, without any input, player will automatically yaw left until it gets 90
.
yaw 0 means north.
The text was updated successfully, but these errors were encountered: