summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/cube.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/cube.qdoc')
-rw-r--r--doc/src/examples/cube.qdoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/examples/cube.qdoc b/doc/src/examples/cube.qdoc
index e1fd172..e28d4b2 100644
--- a/doc/src/examples/cube.qdoc
+++ b/doc/src/examples/cube.qdoc
@@ -44,8 +44,10 @@
\group all-examples
\title Cube OpenGL ES 2.0 example
- The Cube OpenGL ES 2.0 example shows how to write mouse rotateable
- textured 3D cube using OpenGL ES 2.0 with Qt. It shows how to handle
+ \brief The Cube OpenGL ES 2.0 example shows how to write mouse rotateable
+ textured 3D cube using OpenGL ES 2.0 with Qt.
+
+ It shows how to handle
polygon geometries efficiently and how to write simple vertex and
fragment shader for programmable graphics pipeline. In addition it
shows how to use quaternions for representing 3D object orientation.