-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
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
Removed DeviceOrientationControls. #22654
Conversation
9a1e5df
to
d774dd8
Compare
Thanks! |
Just a question : why ? What is the alternative ? (Beside copying the file in my base code) |
Sorry, there is no alternative. The class was removed because a reliable implementation across all devices was not possible. It was also not sufficient for a XR fallback. |
I am baffled by the fact that constructors are not even capable to stick to a single API. |
Are there any examples or help with mobile controlling three js scenes? |
|
(from commit 1642cdf)
Related issue: see #22613 (comment)
Description
This PR removes
DeviceOrientationControls
from the repository.