Doc: Describe the Group Component

Fixes: QDS-3080
Change-Id: Iea4bae5c8d2cbf3097fc99bfbb87132b460ab404
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Johanna Vanhatapio
2020-12-08 11:21:11 +02:00
parent fff1fafec7
commit e6b742a7e1
4 changed files with 12 additions and 7 deletions

View File

@@ -138,7 +138,7 @@
\li \l{Adding 3D Views} \li \l{Adding 3D Views}
\li \l{Using 3D Components} \li \l{Using 3D Components}
\list \list
\li \l{Setting Node Properties} \li \l{Setting Group Properties}
\li \l{Adding Models} \li \l{Adding Models}
\li \l{Using Materials and Shaders} \li \l{Using Materials and Shaders}
\li \l{Attaching Textures to Materials} \li \l{Attaching Textures to Materials}

View File

@@ -115,7 +115,7 @@
\li \l{Adding 3D Views} \li \l{Adding 3D Views}
\li \l{Using 3D Components} \li \l{Using 3D Components}
\list \list
\li \l{Setting Node Properties} \li \l{Setting Group Properties}
\li \l{Adding Models} \li \l{Adding Models}
\li \l{Using Materials and Shaders} \li \l{Using Materials and Shaders}
\li \l{Attaching Textures to Materials} \li \l{Attaching Textures to Materials}

View File

@@ -43,7 +43,7 @@
view. view.
\list \list
\li \l {Setting Node Properties} \li \l {Setting Group Properties}
You can set the opacity, visibility, and transform properties You can set the opacity, visibility, and transform properties
of all 3D components. of all 3D components.

View File

@@ -28,12 +28,17 @@
\page studio-3d-node.html \page studio-3d-node.html
\nextpage studio-3d-model.html \nextpage studio-3d-model.html
\title Setting Node Properties \title Setting Group Properties
You can set the opacity, visibility, and transform properties of a 3D The \uicontrol Group component is a \uicontrol Node type that can be used to
component in the \uicontrol Properties view. wrap other objects for the purpose of grouping them. This allows you to
transform and set the opacity and visibility of multiple 3D components in
the \uicontrol Properties view simultaneously. To add a \uicontrol Group
component to your scene, drag-and-drop it from \uicontrol Library >
\uicontrol {QML Types} > \uicontrol {Qt Quick 3D} to the \uicontrol
{3D Editor} view or to a \uicontrol Scene component in \uicontrol Navigator.
\section1 Setting Component Opacity and Visibility \section1 Setting Node Opacity and Visibility
All components have an \uicontrol Opacity value applied to them. The opacity All components have an \uicontrol Opacity value applied to them. The opacity
of 100 makes a component fully opaque, while the opacity of 0 prevents a of 100 makes a component fully opaque, while the opacity of 0 prevents a