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

Keyboard Shortcuts Some Not Working #1336

Open jvn314 opened 2 months ago

jvn314 commented 2 months ago

Expected Behavior

Keystroke "p" should change view type to perspective. Keystroke "o" should change view type to orthogonal.

Actual Behavior

No change in view type for "p" and "o" keystrokes. Keystrokes f, b, t, c, l, r and shift-enter work as specified.

Steps to Reproduce the Problem

  1. Load any example
  2. Keystroke "t" to change to top view - works.
  3. Keystroke "p" to change to perspective view - nothing happens.
  4. Keystroke "o" to change to orthogonal view - nothing happens.

Specifications

z3dev commented 1 month ago

@jvn314 Thanks for the new issue.

Perspective VS Orthogonal view has never been implemented. Sorry.

Of course, we are always welcoming contributions to the viewer.