Replies: 1 comment 1 reply
-
I would call this limitations of the editor - it could certainly be further improved, but it's pretty low priority, so PRs welcome! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Not sure if this is expected behaviour or not, but when a model is wider than it is taller, and is zoomed past a certain level then the poster generated by the Editor gets cropped.
For example, if you load the Macbeth sample model into the Editor and zoom in so that the model fills most of the screen, then generate a poster you will see that it is cropped at the sides.
It looks like this is due to the
useIdealAspect
setting where it calculates an x offset, but I'm not sure if there's a bug here or if this is a known limitation:model-viewer/packages/model-viewer/src/model-viewer-base.ts
Line 440 in 3ed05fa
Beta Was this translation helpful? Give feedback.
All reactions