We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
three
@types/three
three-stdlib
Three.js documentation mentions a zoomToCursor prop for OrbitControls but I can't use it with @react-three/drei because three-stdlib's OrbitControls doesn't support it. https://threejs.org/docs/?q=zoomToCursor#examples/en/controls/OrbitControls.zoomToCursor
zoomToCursor
Update OrbitControls on three-stdlib.
The text was updated successfully, but these errors were encountered:
mrdoob/three.js#26165, mrdoob/three.js#26549
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
three
version: 0.156.1@types/three
version: 0.156.0three-stdlib
version: 2.51.1Problem description:
Three.js documentation mentions a
zoomToCursor
prop for OrbitControls but I can't use it with @react-three/drei because three-stdlib's OrbitControls doesn't support it.https://threejs.org/docs/?q=zoomToCursor#examples/en/controls/OrbitControls.zoomToCursor
Suggested solution:
Update OrbitControls on three-stdlib.
The text was updated successfully, but these errors were encountered: