summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMats Honkamaa <mats.honkamaa@qt.io>2023-02-08 10:47:21 +0200
committerMats Honkamaa <mats.honkamaa@qt.io>2023-02-09 14:47:19 +0000
commit2fc079b7ecdd9e94879328608691f6b116a2cf9f (patch)
tree307578c0bca88a09fa523fcfd652179c2c1ad799 /doc
parenta18ab6b11ff6561b6bf752fddf9b1369a60e7437 (diff)
downloadqt-creator-2fc079b7ecdd9e94879328608691f6b116a2cf9f.tar.gz
Doc: Add Material Bundle example docs
Task-number: QDS-8966 Change-Id: I95c3985458bb457e462e84d7324d07bc65a536db Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/qtdesignstudio/examples/doc/images/material-bundle-example.webpbin0 -> 60022 bytes
-rw-r--r--doc/qtdesignstudio/examples/doc/materialbundle.qdoc33
2 files changed, 33 insertions, 0 deletions
diff --git a/doc/qtdesignstudio/examples/doc/images/material-bundle-example.webp b/doc/qtdesignstudio/examples/doc/images/material-bundle-example.webp
new file mode 100644
index 0000000000..6dcab85469
--- /dev/null
+++ b/doc/qtdesignstudio/examples/doc/images/material-bundle-example.webp
Binary files differ
diff --git a/doc/qtdesignstudio/examples/doc/materialbundle.qdoc b/doc/qtdesignstudio/examples/doc/materialbundle.qdoc
new file mode 100644
index 0000000000..4f808b14f2
--- /dev/null
+++ b/doc/qtdesignstudio/examples/doc/materialbundle.qdoc
@@ -0,0 +1,33 @@
+// Copyright (C) 2023 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
+
+/*!
+ \page material-bundle-example.html
+ \ingroup studioexamples
+ \sa {Content Library}
+
+ \title Material Bundle
+ \brief Showcases the materials in \uicontrol {Content Library} and the real-time rendering
+ capabilities of \QDS.
+
+ \image material-bundle-example.webp
+
+ The \e{Material Bundle} example showcases the materials included in the \QDS
+ \uicontrol {Content Library} and the real-time 3D rendering capabilities of \QDS.
+
+ Run the project to:
+
+ \list
+ \li Select the material for two different meshes; all material bundle materials are available.
+ \li Navigate (rotate and zoom) with the mouse.
+ \li Choose between two different environment light options.
+ \endlist
+
+ \section1 The Material Bundle
+
+ The material bundle is included in \uicontrol {Content Library} which is
+ included in the \QDS Enterprise license. It contains a ready-made set of materials that you
+ can apply to your 3D models by dragging and dropping.
+
+ \image content-library.webp
+*/