Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/user_manual/map_views/3d_map_view.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ The following tools are provided at the top of the 3D map view panel:
* :guilabel:`Set 3D scene on 2D map view`: allows to clip the 3D scene
and display only the terrain and features intersecting an extent drawn on the 2D map canvas.
More options are available in the :ref:`General configuration <scene_extent>` tab.
* |editCut| :sup:`Cross Section Tool` creates a cross section in 3D scene by defining a line on the terrain.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you define a line or an area, an area that acts like a cropping tool of the scene?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, technically it goes through 2 steps: defining a line and then moving the mouse so it will create an area where you can adjust the size. Maybe rewording it like "by defining an area on the terrain in the 2D map canvas." would make more sense?

Click to set the start point, move the mouse to define the line direction
and click again to set the end point. Press :kbd:`Esc` or right-click to reset the selection.
* Use |editCutDisabled| :sup:`Disable Cross Section` to remove the cross section.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* |editCut| :sup:`Cross Section Tool` creates a cross section in 3D scene by defining a line on the terrain.
Click to set the start point, move the mouse to define the line direction
and click again to set the end point. Press :kbd:`Esc` or right-click to reset the selection.
* Use |editCutDisabled| :sup:`Disable Cross Section` to remove the cross section.
* |editCut| :sup:`Cross Section Tool` creates a cross section in 3D scene by defining a line on the terrain in the 2D map canvas.
Click to set the start point, move the mouse to define the line direction
and click again to set the end point. You can adjust the size of the section by moving the mouse after selecting the start and end points.
Press :kbd:`Esc` or right-click to reset the selection.
* Use |editCutDisabled| :sup:`Disable Cross Section` to remove the cross section.

* |shadow| :sup:`Effects` adds visual effects to the 3D rendering,
such as showing :ref:`shadows <shadows>`, :ref:`eye dome lighting <eye_dome_lighting>`
or :ref:`ambient occlusion <ambient_occlusion>`.
Expand Down Expand Up @@ -493,6 +497,10 @@ the 3D vector layer.
:width: 1.5em
.. |checkbox| image:: /static/common/checkbox.png
:width: 1.3em
.. |editCut| image:: /static/common/mActionEditCut.png
:width: 1.5em
.. |editCutDisabled| image:: /static/common/mActionEditCutDisabled.png
:width: 1.5em
.. |dock| image:: /static/common/dock.png
:width: 1.5em
.. |fileSave| image:: /static/common/mActionFileSave.png
Expand Down
Binary file added static/common/mActionEditCutDisabled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions substitutions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,8 @@
:width: 1.5em
.. |editCut| image:: /static/common/mActionEditCut.png
:width: 1.5em
.. |editCutDisabled| image:: /static/common/mActionEditCutDisabled.png
:width: 1.5em
.. |editHelpContent| image:: /static/common/mActionEditHelpContent.png
:width: 1.5em
.. |editMetadata| image:: /static/common/editmetadata.png
Expand Down