You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Designing a pseudo-2D app where enableRotate = False in OrbitControls. This works, and I can get the desired drag and pan movement while holding the ctrl key down. But for convenience, is there a way that I could make drag and pan the primary mouse movement?
The text was updated successfully, but these errors were encountered:
Not currently. There is code on the JS side to allow this configuration, but currently, the wiring code to allow to configure this has not been set up . We would need to define an enum type to specify mouse buttons, and maybe later also a way to specify keyboard keys.
Designing a pseudo-2D app where
enableRotate
=False
inOrbitControls
. This works, and I can get the desired drag and pan movement while holding thectrl
key down. But for convenience, is there a way that I could make drag and pan the primary mouse movement?The text was updated successfully, but these errors were encountered: