summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/simplecustommaterial/doc/src/simplecustommaterial.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/simplecustommaterial/doc/src/simplecustommaterial.qdoc')
-rw-r--r--examples/qt3d/simplecustommaterial/doc/src/simplecustommaterial.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/qt3d/simplecustommaterial/doc/src/simplecustommaterial.qdoc b/examples/qt3d/simplecustommaterial/doc/src/simplecustommaterial.qdoc
index 678a8f2d7..d10927d39 100644
--- a/examples/qt3d/simplecustommaterial/doc/src/simplecustommaterial.qdoc
+++ b/examples/qt3d/simplecustommaterial/doc/src/simplecustommaterial.qdoc
@@ -27,9 +27,9 @@
/*!
\example simplecustommaterial
- \title Qt 3D: Simple custom material QML Example
+ \title Qt 3D: Simple Custom Material QML Example
\ingroup qt3d-examples-qml
- \brief Demonstrates creating a custom material in Qt3D
+ \brief Demonstrates creating a custom material in Qt 3D.
\image simple-custom-material.jpg
@@ -37,7 +37,7 @@
\include examples-run.qdocinc
- \section1 Specifying the scene
+ \section1 Specifying the Scene
The example uses \l Scene3D to render a scene which will use the custom material.
The scene contains a plane model, which uses the custom material.
@@ -46,7 +46,7 @@
\skipto Entity
\printto
- \section1 Specifying the material
+ \section1 Specifying the Material
The material is specified in \l{simplecustommaterial/SimpleMaterial.qml}{SimpleMaterial.qml}
using \l Material type. First the material specifies parameters,