summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/shadow-map-qml
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-10-30 14:18:19 +0100
committerJędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>2015-11-06 08:05:36 +0000
commit872efa5619d20a421142a88e1a38f131c08d44d1 (patch)
tree2f7332e6beb78cadd61e3333147d13e8ebabfbda /examples/qt3d/shadow-map-qml
parent537dc6222a5da789153e7c32953d3d7a5ca11980 (diff)
Doc: Documentation clean up
- Changed 'Qt3D' references to 'Qt 3D'. - Fixed incorrect \inqmlmodule instances. - Fixed broken \printuntil instances in the example docs. - Updated the namespace qualifier for a few class references. Change-Id: I250afe6843b10ed520f9ce5d7465203cc5c212c1 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
Diffstat (limited to 'examples/qt3d/shadow-map-qml')
-rw-r--r--examples/qt3d/shadow-map-qml/doc/src/shadow-map-qml.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/qt3d/shadow-map-qml/doc/src/shadow-map-qml.qdoc b/examples/qt3d/shadow-map-qml/doc/src/shadow-map-qml.qdoc
index fd3377a8b..7fd8d11d7 100644
--- a/examples/qt3d/shadow-map-qml/doc/src/shadow-map-qml.qdoc
+++ b/examples/qt3d/shadow-map-qml/doc/src/shadow-map-qml.qdoc
@@ -27,15 +27,15 @@
/*!
\example shadow-map-qml
- \title Qt3D: Shadow Map QML Example
+ \title Qt 3D: Shadow Map QML Example
\ingroup qt3d-examples-qml
- \brief A Qt3D QML application that illustrates how to render a scene in Qt3D
+ \brief A Qt 3D QML application that illustrates how to render a scene in Qt 3D
with shadows.
\image shadowmapping-qt3d.png
- \e {Qt3D Shadow Map} illustrates how to configure the renderer in order to
+ \e {Qt 3D Shadow Map} illustrates how to configure the renderer in order to
accommodate custom rendering techniques. The example application displays a
self-shadowed plane and trefoil knot.
@@ -59,7 +59,7 @@
\quotefromfile shadow-map-qml/main.qml
\skipto import Qt3D
- \printuntil Renderer
+ \printuntil Render
The first entities we create are a \l Camera, which represents the camera
used for the final rendering, and a \l Configuration, which allows us to