Request for documentation
From pull request qgis/QGIS#65123
Author: @ViperMiniQ
QGIS version: 4.0
[3D] Add camera controls dialog to control the 3D camera in map coordinates
PR Description:
This PR adds a dialog to control the camera looking at XYZ in 3D map CRS coordinates, as well as setting pitch and heading angles and distance from the center point.
No set button, camera updates on value change.
Dialog gets a Live update button that mimics the behavior of the Layer Styling panel.
When set, user changed settings are automatically reflected in the 3D map (there is a 100ms timer for this).
This does not affect the values updating from the 3D map.
When a user moves the camera, the values are updated in realtime, regardless of the Live update checkbox.
Commits tagged with [need-docs] or [FEATURE]
Request for documentation
From pull request qgis/QGIS#65123
Author: @ViperMiniQ
QGIS version: 4.0
[3D] Add camera controls dialog to control the 3D camera in map coordinates
PR Description:
This PR adds a dialog to control the camera looking at XYZ in 3D map CRS coordinates, as well as setting pitch and heading angles and distance from the center point.
No set button, camera updates on value change.Dialog gets a
Live updatebutton that mimics the behavior of the Layer Styling panel.When set, user changed settings are automatically reflected in the 3D map (there is a 100ms timer for this).
This does not affect the values updating from the 3D map.
When a user moves the camera, the values are updated in realtime, regardless of the
Live updatecheckbox.Commits tagged with [need-docs] or [FEATURE]