forked from qt-creator/qt-creator
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:
Binary file not shown.
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 86 KiB |
@@ -35,31 +35,27 @@
|
|||||||
\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
|
|
||||||
the scene, specify properties for them, and view them in a tree
|
|
||||||
structure, as well as to create connections and browse projects and
|
|
||||||
files. You can select the content of the sidebars in the sidebar
|
|
||||||
menu:
|
|
||||||
\list
|
|
||||||
\li \uicontrol {Library} (3) displays the building blocks that you
|
\li \uicontrol {Library} (3) displays the building blocks that you
|
||||||
can use to create scenes: predefined Qt Quick 3D Components,
|
can use to create scenes: predefined Qt Quick 3D Components,
|
||||||
Qt Quick Controls, your own 3D assets that you import to the
|
Qt Quick Controls, your own 3D assets that you import to the
|
||||||
project, and other assets. For more information, see
|
project, and other assets. For more information, see \l {Adding 3D
|
||||||
\l {Adding 3D Views}.
|
Views}.
|
||||||
\li \uicontrol {Navigator} (4) displays the items in the current QML
|
\li \uicontrol {Navigator} (4) displays the items in the current QML
|
||||||
file as a tree structure. For more information, see
|
file as a tree structure. For more information, see
|
||||||
\l {Managing Item Hierarchy}.
|
\l {Managing Item Hierarchy}.
|
||||||
@@ -67,25 +63,13 @@
|
|||||||
selected item. You can change the properties also in the
|
selected item. You can change the properties also in the
|
||||||
\uicontrol {Text Editor}. For more information, see
|
\uicontrol {Text Editor}. For more information, see
|
||||||
\l {Specifying Item Properties}.
|
\l {Specifying Item Properties}.
|
||||||
\li \uicontrol Connections enables you to create connections
|
\li \uicontrol Connections (6) enables you to create connections
|
||||||
between objects, signals, and object properties. For more
|
between objects, signals, and object properties. For more
|
||||||
information, see \l{Adding Connections}.
|
information, see \l{Adding Connections}.
|
||||||
\li \uicontrol {File System} shows all files in the currently
|
\li \uicontrol Timeline (7) provides a timeline and keyframe based
|
||||||
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}.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user