summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-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