-
Notifications
You must be signed in to change notification settings - Fork 15
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
Storing scene view settings #23
Comments
Window size and perspective should already be saved and restored when exiting/reopening the application: scalismo-ui/src/main/scala/scalismo/ui/view/ScalismoFrame.scala Lines 157 to 175 in c600875
So all the basics are already there (package settings), it's just a matter of controlling what to save/restore and how. I'd suggest reusing that base, just using a different file (possibly user-selectable), not the global settings one. |
Implementation of the possibility to store scene view settings.
Mainly:
This would make it easier to recreate exact screenshots.
Other possibilities would also be to store:
The settings can be saved to and loaded from a config file which also enables sharing of scene view settings.
The text was updated successfully, but these errors were encountered: