What version was CameraControls Introduced? Is this version compatible with React v17.0.2? #1501
Unanswered
michaelnicol
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A project I am working on is limited to react v17.0.2. As a result, Fiber is at version 7.0.6, and drei is at 7.5.1.
I want to use CameraControls for the project, but that is not in version 7.5.1 drei. What version of drei is this camera controls available in, and is it compatible with React 17.0.2? Could my Fiber version also be upgraded to a higher version?
The functionality I want to add is the ability to click a button and smoothly move the orbital camera in and out from the world origin. Is this possible without Camera controls?
Beta Was this translation helpful? Give feedback.
All reactions