summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Leinonen <tony.leinonen@qt.io>2020-10-16 10:43:44 +0300
committerTony Leinonen <tony.leinonen@qt.io>2020-10-16 11:31:58 +0300
commit736126cd903ea849ae8370bf7230b4b89fc247fd (patch)
treea41882677d281f0943a6e01e88e51679b994d88d
parent6b3a527b1abe7b4b6a44a082b94bb5bc2ab0bf76 (diff)
Add documentation for ordered groupv2.8.0-rc2
Documentation added to quick start guide and inspector palette. Task-number: QT3DS-4186 Change-Id: I319e1553d151937d3638816848c686cdf63a1c8c Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> Reviewed-by: Antti Määttä <antti.maatta@qt.io>
-rw-r--r--doc/src/03-studio/7-inspector-palette.qdoc18
-rw-r--r--doc/src/11-quick-start-guides/quick-start-guide.qdoc9
-rw-r--r--doc/src/images/editListGroupObjects.pngbin0 -> 4209 bytes
3 files changed, 27 insertions, 0 deletions
diff --git a/doc/src/03-studio/7-inspector-palette.qdoc b/doc/src/03-studio/7-inspector-palette.qdoc
index 2958b0ac..45b9f19b 100644
--- a/doc/src/03-studio/7-inspector-palette.qdoc
+++ b/doc/src/03-studio/7-inspector-palette.qdoc
@@ -606,6 +606,24 @@ in the Inspector palette (in addition to the
\endomit
\endlist
+\target group-properties
+\section1 Group Properties
+
+A group selected in the Timeline palette shows the usual basic properties, but has one more
+option \e{Ordered}.
+
+\list
+\li
+ \b{Ordered} - This flag changes the order which the objects are being drawn in.
+ Having \e{Ordered} enabled gives you the ability to place objects in your desired draw order
+ under the group, regardless of the object's position in the scene.
+ The last object in the group is drawn first and the first one last,
+ so the objects higher up in the group are drawn on top of the objects below them.
+ This property only affects rendering of transparent object unless the layer
+ \e{\l{best-practices-disable-depth-test.html}{Depth Test}}
+ is disabled.
+\endlist
+
\target material-properties
\section1 Material Properties
diff --git a/doc/src/11-quick-start-guides/quick-start-guide.qdoc b/doc/src/11-quick-start-guides/quick-start-guide.qdoc
index 5a6a6dbf..2c35bb78 100644
--- a/doc/src/11-quick-start-guides/quick-start-guide.qdoc
+++ b/doc/src/11-quick-start-guides/quick-start-guide.qdoc
@@ -116,11 +116,20 @@ textures and maps.
\image objectTimeline.png "Object in timeline"
+\section2 Creating groups
+By selecting multiple objects and clicking \e{Group Objects} from \e{Edit} list or using a
+keyboard shortcut \e{Ctrl+G} you can create a group that contains the objects you had selected.
+
+\image editListGroupObjects.png "Group Objects in Edit list"
+
\section2 Related Content
\table
\row
\li \inlineimage moreinfoicon.png
+ \li \l{studio-inspector-palette.html#group-properties} {Studio: Inspector Palette: Group}
+ \row
+ \li \inlineimage moreinfoicon.png
\li \l{studio-inspector-palette.html#material-properties} {Studio: Inspector Palette: Material}
\endtable
diff --git a/doc/src/images/editListGroupObjects.png b/doc/src/images/editListGroupObjects.png
new file mode 100644
index 00000000..f454ffc7
--- /dev/null
+++ b/doc/src/images/editListGroupObjects.png
Binary files differ