jscad / OpenJSCAD.org

JSCAD is an open source set of modular, browser and command line tools for creating parametric 2D and 3D designs with JavaScript code. It provides a quick, precise and reproducible method for generating 3D models, and is especially useful for 3D printing applications.
https://openjscad.xyz/
MIT License
2.58k stars 505 forks source link

Feature request: custom mouse controls #1319

Open kellbot opened 5 months ago

kellbot commented 5 months ago

The orbit / pan mouse controls in jscad are the exact reverse of Fusion 360 , which makes switching back and forth between the two rather challenging. It would be great if the user could modify the zoom, pan, and orbit behavior.

For example, Fusion 360 uses the following: Zoom: Roll the middle mouse button or Ctrl + Shift + middle mouse button Pan: Middle mouse button Orbit: Shift + middle mouse button

z3dev commented 5 months ago

@kellbot nice idea.

Or... maybe Fusion 360 could allow users to modify zoom, pan, and orbit behavior. 😄