-
Notifications
You must be signed in to change notification settings - Fork 511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI option "--view" has no effect on output thumbnail #499
Comments
As I understand,
Is it possible add option «save as default isometric view» into «Properties Browser > view > projection onto screen:» (+ «load factory default» for reset) to save actual view as default variable of |
This fixes issues solvespace#499. The --view option changes projUp and projRight. For --view to affect the camera, the camera needs to be initialized using these values.
This fixes issues #499. The --view option changes projUp and projRight. For --view to affect the camera, the camera needs to be initialized using these values.
I merged PR #706 but I don't think this issue is ready to close. It's not clear to me that the options top,bottom, etc... are producing the correct views and they are not always centred well. Isometric seems to work though. What is the default view in SolveSpace? Is that considered "front"? Or is it "top"? or something else? |
The camera offset in GraphicsWindow::ZoomToFit is still not centering the view correctly. |
This fixes issues solvespace#499. The --view option changes projUp and projRight. For --view to affect the camera, the camera needs to be initialized using these values.
System information
3.0~5d78f993
(solvespace-cli
)Expected behavior
Changing
--view
option variable totop
/bottom
/left
/right
/front
/back
/isometric
should change view for rendering thumbnail.Actual behavior
I tried to generate thumbnail with
--view isometric
direction:But resulted image rendered in default SolveSpace view, e.g.:
Tried different
--view
variables, but result always is same.Additional information
For bugs, please attach a savefile that shows the problematic behavior.
You can attach
.slvs
files by archiving them into a.zip
first.The text was updated successfully, but these errors were encountered: