diff options
-rw-r--r-- | doc/qtdesignstudio/src/qtquick3d-editor/qtdesignstudio-3d-editor.qdoc | 9 | ||||
-rw-r--r-- | doc/qtdesignstudio/src/qtquick3d-editor/qtdesignstudio-3d-node.qdoc | 5 |
2 files changed, 12 insertions, 2 deletions
diff --git a/doc/qtdesignstudio/src/qtquick3d-editor/qtdesignstudio-3d-editor.qdoc b/doc/qtdesignstudio/src/qtquick3d-editor/qtdesignstudio-3d-editor.qdoc index 034a4817ab..199c579bb7 100644 --- a/doc/qtdesignstudio/src/qtquick3d-editor/qtdesignstudio-3d-editor.qdoc +++ b/doc/qtdesignstudio/src/qtquick3d-editor/qtdesignstudio-3d-editor.qdoc @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2019 The Qt Company Ltd. +** Copyright (C) 2020 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt Design Studio documentation. @@ -64,6 +64,13 @@ unrotated camera). Dragging on the red arrow may affect two or three of the position values for the selected item in order to move it in global space. + The \e pivot of the component is used as the origin for position, scale, + and rotation operations. You can set a \l{Setting Transform Properties} + {local pivot offset} for an item in the \uicontrol Properties view to + manipulate the component around a point other than its local origin. A + line is drawn in the 3D editor from the pivot point to the center of the + component to provide a visual connection between them. + \section1 Controlling the Edit View Camera You can add 3D camera types to the scene to project the view you see in diff --git a/doc/qtdesignstudio/src/qtquick3d-editor/qtdesignstudio-3d-node.qdoc b/doc/qtdesignstudio/src/qtquick3d-editor/qtdesignstudio-3d-node.qdoc index a13bb46725..211085fd3c 100644 --- a/doc/qtdesignstudio/src/qtquick3d-editor/qtdesignstudio-3d-node.qdoc +++ b/doc/qtdesignstudio/src/qtquick3d-editor/qtdesignstudio-3d-node.qdoc @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2019 The Qt Company Ltd. +** Copyright (C) 2020 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt Design Studio documentation. @@ -79,4 +79,7 @@ component away from the origin, allowing a component to rotate and scale around a point other than its local origin. Pivot values are applied before scaling and rotation values. + + A line is drawn in the 3D editor from the pivot point to the center of the + component to provide a visual connection between them. */ |