summaryrefslogtreecommitdiffstats
path: root/examples/qt3d
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2012-07-31 17:43:24 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-01 12:03:16 +0200
commit6accd655bb66c3761be1e07af2f2af8957414b68 (patch)
tree29041b9a2726dc53e12adf054d9b9e5b58d169dc /examples/qt3d
parent5521f39872e7817fc172a20492b10de6b122a93a (diff)
Doc: Fixed usage of "Qt 3D", title names, and file names.
- Fixed usage of "Qt 3D" according to the Qt 5 product guidelines - created links - "Qt3D" -> "Qt 3D" - Renamed titles and used the titles for linking - previously linked to the .html files - Renamed the main page to qt3d-index.html for easier visibilty and to be consistent with other Qt modules - whitespace fix Change-Id: Iac794e5f2ded9d59e3c9e7407a60b430acc45665 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'examples/qt3d')
-rw-r--r--examples/qt3d/README10
1 files changed, 4 insertions, 6 deletions
diff --git a/examples/qt3d/README b/examples/qt3d/README
index 065e59eeb..0c03548f7 100644
--- a/examples/qt3d/README
+++ b/examples/qt3d/README
@@ -1,6 +1,6 @@
-This directory contains examples for the Qt3D C++ API.
+This directory contains examples for the Qt 3D C++ API.
-Qt3D can be used to extend Qt Quick3D with custom 3D items. Qt3D is also
+Qt 3D can be used to extend Qt Quick with custom 3D items. Qt 3D is also
a general 3D toolkit, featuring a scenegraph API, support for OpenGL VBO's
and other utilities for general 3D programming.
@@ -9,11 +9,9 @@ will place any resulting binaries (and any required resources) into qt3d/bin in
the build tree, in line with the logic in pkg.pri.
Note that "make install" should not be run on the qt3d examples except for building packages.
-Research work on Qt3D also continues in the labs repository:
+Research work on Qt 3D also continues in the labs repository:
http://qt.gitorious.org/qt-labs/qt3d
-...and is from time to time ported into Qt Quick3D.
-
-Check the labs version of Qt3D for additional cutting edge features such as
+Check the labs version of Qt 3D for additional cutting edge features such as
support for stereoscopic hardware.