-
Notifications
You must be signed in to change notification settings - Fork 215
Description
Is your feature request related to a problem? Please describe.
Currently, when I right-click and move my mouse, the model zooms in or out. However, I believe it would be more intuitive if the model could translate instead. We often observe this functionality in open-source projects like three.js and p5.js, where users can easily manipulate the entire model for better viewing.
Describe the solution you'd like
I understand that model translation can be achieved by pressing Ctrl + Left Click, but this might not be immediately apparent to all users and could require referring to the documentation. Therefore, I suggest implementing a feature where right-clicking and moving the mouse would trigger model translation. This enhancement would not only make the interaction more user-friendly but also streamline the viewing experience for users. Currently, scrolling the mouse-wheel zooms the model in or out. Therefore, the right-click button should not serve the same function; instead, it should translate the model.
Additional context(Optional)
If we address this issue, we can also update the documentation accordingly.
Please close your issue when you feel it has been adequately resolved