Closed discosultan closed 2 days ago
:tada: This issue has been resolved in version 9.17.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Reopening as there still seems to be some inconsistant jank when snapping from -x
to -y
Might be related with #522
Thank you for contributing! We’re marking this issue as stale as a gentle reminder to revisit it and give it the attention it needs to move forward.
Any activity, like adding an update or comment, will automatically remove the stale label so it stays on our radar.
Feel free to reach out on Discord if you need support or feedback from the community. This issue will close automatically soon if there’s no further activity. Thank you for understanding and for being part of the project!
We’re closing this issue to keep our project manageable and make room for other active work, but we truly appreciate your effort and contribution.
If you’d like to continue working on this, please feel free to re-open it or reach out on Discord — our community is always ready to support you. Thanks again for helping us stay organized and for understanding our approach!
three
version: 0.142.0@react-three/fiber
version: 8.0.27@react-three/drei
version: 9.14.3node
version: 18.3.0npm
(oryarn
) version: 8.11.0Problem description:
When using GizmoHelper with TrackballControls, if the camera is moved from its' default location, using the GizmoHelper axis head to automatically rotate the camera ends up misaligning the camera. See the gif below:
The issue can be reproduced in the storybook: https://drei.pmnd.rs/?path=/story/gizmos-gizmohelper--gizmo-helper-story&args=controls:TrackballControls
Steps:
I was not able to reproduce the issue with OrbitControls.