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
Many public and documented methods on ArcballControls are marked private in three-stdlib.
...
Replace the private access modifier with public.
Are these marked private intentionally?
The text was updated successfully, but these errors were encountered:
related: #372
Sorry, something went wrong.
I think this is just an oversight. Can someone please confirm that it is and I can make a PR.
No branches or pull requests
three
version: ^0.164.1@types/three
version: ^0.164.1three-stdlib
version: ^2.30.1Problem description:
Many public and documented methods on ArcballControls are marked private in three-stdlib.
Relevant code:
...
Suggested solution:
Replace the private access modifier with public.
Are these marked private intentionally?
The text was updated successfully, but these errors were encountered: