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
We added DeviceOrientationControls in #66 but THREE.DeviceOrientationControls doesn't dispatch a change event: https://github.com/mrdoob/three.js/blob/master/examples/jsm/controls/DeviceOrientationControls.js
Same for FlyControls ( being added in #64 ) https://github.com/mrdoob/three.js/blob/master/examples/jsm/controls/FlyControls.js
Compare to OrbitControls https://github.com/mrdoob/three.js/blob/b5c272cf408cb33153190fa715d81581bd95ee47/examples/jsm/controls/OrbitControls.js#L266
If we want to keep consistency between all controls, we would need to either open an issue or PR on three.
The text was updated successfully, but these errors were encountered:
Opened a PR on three.js mrdoob/three.js#19924
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
We added DeviceOrientationControls in #66 but THREE.DeviceOrientationControls doesn't dispatch a change event:
https://github.com/mrdoob/three.js/blob/master/examples/jsm/controls/DeviceOrientationControls.js
Same for FlyControls ( being added in #64 )
https://github.com/mrdoob/three.js/blob/master/examples/jsm/controls/FlyControls.js
Compare to OrbitControls
https://github.com/mrdoob/three.js/blob/b5c272cf408cb33153190fa715d81581bd95ee47/examples/jsm/controls/OrbitControls.js#L266
If we want to keep consistency between all controls, we would need to either open an issue or PR on three.
The text was updated successfully, but these errors were encountered: