Doc: Update information about views for editing 3D assets

Task-number: QDS-2056
Change-Id: Iee6aab42c4cd6d97d99eafc3599e55828f0d9657
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Johanna Vanhatapio
2020-05-15 10:56:08 +03:00
parent 3819b766a4
commit 921b56cd46
2 changed files with 27 additions and 43 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 86 KiB

View File

@@ -35,57 +35,41 @@
\title Editing 3D Assets in Design Mode \title Editing 3D Assets in Design Mode
\QDS opens QML files that contain 3D scenes in the Design mode and the \QDS opens QML files that contain 3D scenes in the Design mode and the
scenes in the 3D editor. You can add imported 3D assets scenes in \uicontrol {3D Editor}. You can add imported 3D assets to projects
to projects and edit them to create scenes and states, as well as the and edit them to create scenes and states, as well as the transitions
transitions between them. between them. The other views enable you to select QML types to use in the
scene, specify properties for them, and view them in a tree structure,
as well as to create connections and browse projects and files.
\image studio-editing-3d-scenes.png "3D assets in Design mode" \image studio-editing-3d-scenes.png "3D assets in Design mode"
To edit 3D scenes in the Design mode: To open the following views, select \uicontrol Window > \uicontrol Views:
\list \list
\li \uicontrol {3D Editor} (1) is the working area where you create the \li \uicontrol {3D Editor} (1) is the working area where you create the
scene, position the model, light and camera, as well as move and scene, position the model, light and camera, as well as move and
scale items. scale items. For more information, see \l {Working in 3D Editor}.
\li \uicontrol {3D View} (2) is where you see the scene projected by the \li \uicontrol {Form Editor} (2) is where you see the scene projected by
camera. the camera.
\li The sidebars contain views where you can select QML types to use in \li \uicontrol {Library} (3) displays the building blocks that you
the scene, specify properties for them, and view them in a tree can use to create scenes: predefined Qt Quick 3D Components,
structure, as well as to create connections and browse projects and Qt Quick Controls, your own 3D assets that you import to the
files. You can select the content of the sidebars in the sidebar project, and other assets. For more information, see \l {Adding 3D
menu: Views}.
\list \li \uicontrol {Navigator} (4) displays the items in the current QML
\li \uicontrol {Library} (3) displays the building blocks that you file as a tree structure. For more information, see
can use to create scenes: predefined Qt Quick 3D Components, \l {Managing Item Hierarchy}.
Qt Quick Controls, your own 3D assets that you import to the \li \uicontrol {Properties} (5) organizes the properties of the
project, and other assets. For more information, see selected item. You can change the properties also in the
\l {Adding 3D Views}. \uicontrol {Text Editor}. For more information, see
\li \uicontrol {Navigator} (4) displays the items in the current QML \l {Specifying Item Properties}.
file as a tree structure. For more information, see \li \uicontrol Connections (6) enables you to create connections
\l {Managing Item Hierarchy}. between objects, signals, and object properties. For more
\li \uicontrol {Properties} (5) organizes the properties of the information, see \l{Adding Connections}.
selected item. You can change the properties also in the \li \uicontrol Timeline (7) provides a timeline and keyframe based
\uicontrol {Text Editor}. For more information, see
\l {Specifying Item Properties}.
\li \uicontrol Connections enables you to create connections
between objects, signals, and object properties. For more
information, see \l{Adding Connections}.
\li \uicontrol {File System} shows all files in the currently
selected directory. For more information, see
\l{Viewing the File System}.
\li \uicontrol {Open Documents} shows currently open files.
\li \uicontrol {Projects} shows a list of projects open in the
current session. For more information, see
\l{Viewing Project Files}.
\endlist
\li \uicontrol {States} displays the different states of the
item. QML states typically describe user interface configurations,
such as the UI controls, their properties and behavior and the
available actions. For more information, see \l{Adding States}.
\li \uicontrol Timeline (6) provides a timeline and keyframe based
editor that enables you to animate the properties of components. editor that enables you to animate the properties of components.
\endlist \endlist
To close the 3D editor, select \uicontrol 2D in the list on the toolbar (7). For more information on other views, see
To reopen it, select \uicontrol {2D/3D}. \l {Editing QML Files in Design Mode}.
*/ */