Open discosultan opened 2 years 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!
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.