-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Trackball Controls not extending properly #453
Comments
Start a new pull request in StackBlitz Codeflow. |
Thanks for filing the issue @nart4hire . |
Hi there! I'm new to Tresjs (and Three.js!) and came across this issue as I was searching for a way to use TrackballControls in my app. Does this issue currently make it impossible to use TrackballControls with Tresjs? I've tried following both methods in https://docs.tresjs.org/advanced/extending.html but get errors regarding state being undefined, and am wondering if that's related to this issue before I start digging further myself? Is it likely that TrackballControls will be part of Cientos like OrbitControls is? |
Hi @skmbr this will require some research, we don't know why is not working properly |
Describe the bug
Follow up for this Discussion.
tl;dr: I tried extending Trackball Controls according to the documentation for extending Orbit Controls, however it didn't work. Confirmed to be a bug with Cientos, so I made this issue.
Reproduction
https://stackblitz.com/edit/tresjs-minimal-reproduction-vev5jt?file=src%2Fcomponents%2FTheExperience.vue
Steps to reproduce
Extend trackball controls like how you would with orbit controls as mentioned in the TresJS docs
System Info
Used Package Manager
pnpm
Code of Conduct
The text was updated successfully, but these errors were encountered: