-
Notifications
You must be signed in to change notification settings - Fork 156
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
Changing camera position and rotation causing vibration/stuttering #293
Comments
v0.5 is very old, any chance you could try a modern version? |
It's happening on all versions |
So I guess this specific PR #160, not sure tho! |
It's not noticeable to me while using a trackpad on either a high-spec or a low-spec laptop. It's possible that if I were using a mouse it might feel worse. Another possibility is the highlighting causing some hiccups, is it better without that? |
Hmm, it's even worse with trackpad for me.. Bug is not specific to this scene. Hard to say why it's not visible for you :S |
When changing camera position, and rotation same time I'm getting weird vibration / stuttering in objects around.
This started happening after I updated packages. I did some debugging, and found out that updating
use-cannon
fromv0.5.4
->v0.5.5
causes this issue or atleast made it more visible. Also after this update velocity touseSphere
changes, and movement is lot slower.Smoother with old packages (first part of the video): https://codesandbox.io/s/minecraft-old-packages-forked-fv5wm
Stuttering with updated packages (latter part of the video): https://codesandbox.io/s/minecraft-new-packages-b5efn
Screen.Recording.2021-10-26.at.20.48.02.mov
After some testing I saw that there is small stuttering on older packages aswell, but it's lot harder to spot.
The text was updated successfully, but these errors were encountered: