Replies: 1 comment
-
The screenshot feature is available in the latest master branch. The The You are likely using the released (stable) version which does not include the screenshot feature. To try it you can install the latest dev version. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Running on a windows, opengl installed, nvidia RTX 5070. Using show with the screenshot parameters and interaction flag disabled (show(
box,
width=400,
height=400,
screenshot=test_file,
zoom=2.0,
position=(0, -50, 0),
roll=0,
elevation=0,
interact=False
)) launches the viewer, but does not move to the correct camera orientation, nor does it take the screenshot programmatically. Was wondering what my options are
Beta Was this translation helpful? Give feedback.
All reactions