Replies: 1 comment 6 replies
-
If you want to use custom controls just add makeDefault, look up how it's done in the drei controls |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have to change the direction of the rotation of orbit controls of react three drei.
I have transform controls and orbit controls at the same time and using the latest example: https://codesandbox.io/s/baked-ao-forked-btsbj?file=/src/App.js
My question is how do I change the rotation direction from drag left->right = turns right to drag left->right = turns left?
I can achieve this with extend Orbit controls custom script, but thing is that it doesn't work with the effect I want in that sandbox example.
Beta Was this translation helpful? Give feedback.
All reactions