manipulation-tools-polygon.rst 823 B

12345678910111213141516
  1. .. include:: ../_header.rst
  2. Polygon tool
  3. ~~~~~~~~~~~~
  4. The Polygon tool (that you can activate with the ``Y`` key) shows the polygon's points in the scene. It allows you:
  5. * Change the position of a point: drag the point with the mouse cursor.
  6. * Delete a point: move the mouse cursor over the point and press the `Delete` key (or double click). When the cursor is over the point, it is painted in red color.
  7. .. image:: ../images/scene-editor-polygon-edit-points-20220623.webp
  8. :alt: Move polygon point.
  9. * Add a new point: move the mouse cursor over a line. It shows a white handler under the cursor, you can drag it for creating a new point.
  10. .. image:: ../images/scene-editor-polygon-add-point-20220623.webp
  11. :alt: Add new point.
  12. .. image:: ../images/scene-editor-polygon-add-point-2-20220623.webp
  13. :alt: Add new point.