-
Notifications
You must be signed in to change notification settings - Fork 113
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
updated "Lay flat 3D Viewport" option #192
base: master
Are you sure you want to change the base?
Conversation
Viewport now snaps to horizontal/vertical aligned to monitor orientation if "Lay flat..:" is selected. Viewport beforehand has to be oriented as wanted by RightMouse dragging, then saved by "Save Viewport Orientation".
Don't know whether the changes to files "Settings.Designer.cs" and Settings.settings", respectively, have to be taken into account... |
Additional info
|
- means for setting the viewport orientation corresponding to the actual situation at the router - temporarily added ShowCameraInfo for debugging - disabled now (ShowCameraInfo="False")
first attempt to align viewport to physical router orientation was the wrong approach (used UpDirection). Correct approach is using LookDirection. In the process of corrrection, fiddling on UpDirection is undone.
I overhauled the last approach and changed some points back to original (e.g. camera.UpDirection changes in last commit as of Sept. 8th). |
Additionally hiding window in the taskbar
checkmark "Show Status Messages" was displayed mirrored horizontally. (sorry for the many lines for fixing that minor flaw ;)
Merge pull request martin2250#190 from deHarro/master
In Debug Options 2 additional checkboxes for ViewCube (see martin2250#178 (comment)) and CameraInfo, respectively.
Hi Harald, thank you! I'll take a look soon |
Viewport now snaps to horizontal/vertical aligned to monitor orientation if "Lay flat..:" is selected. Viewport beforehand has to be oriented as wanted by RightMouse dragging, then saved by "Save Viewport Orientation".