The absolute max/min for phi in max-camera-orbit and min-camera-orbit is undocumented, and overrides user input #3219
Unanswered
daniel-packard
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Here's a better real-world example that illustrates how awkward it can be: https://view2.spectre3d.io/f62862e6-8f08-4b7d-a742-142bc1c3745a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
There is an undocumented absolute maximum that overrides user input for
phi
inmax-camera-orbit
andmin-camera-orbit
- and it's not possible to extend rotation limits in thephi
direction past the absolute max/min of +/- 180deg.e.g. ...
...caps
phi
at 180deg, not 360deg as requested.This limit feels awkward, especially for any model that is not oriented to the default coordinate system.
Request to either:
a) document the absolute maximum limit for
phi
along with rationale, orb) remove/extend the max limit beyond +/- 180deg
Live Demo
https://catkin-walnut-gateway.glitch.me
Version
model-viewer: v1.10.1
Beta Was this translation helpful? Give feedback.
All reactions