summaryrefslogtreecommitdiffstats
path: root/doc/src/qt3d-examples.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/qt3d-examples.qdoc')
-rw-r--r--doc/src/qt3d-examples.qdoc43
1 files changed, 18 insertions, 25 deletions
diff --git a/doc/src/qt3d-examples.qdoc b/doc/src/qt3d-examples.qdoc
index 6358e8dad..26f3b18f3 100644
--- a/doc/src/qt3d-examples.qdoc
+++ b/doc/src/qt3d-examples.qdoc
@@ -27,45 +27,38 @@
/*!
\page qt3d-examples.html
- \title Qt3D Tutorials and Examples
- \keyword Qt3D Examples
+ \title Tutorials and Examples
+ \keyword Tutorials and Examples
- Using C++ to build applications with Qt/3D:
+ Building 3D applications in QML with QtQuick3D:
+
+ \list
+ \o \l{Teapot Example in QtQuick3D}{Hello Teapot} in QtQuick3D
+ \o \l{basket#Basket in QtQuick3D}{Basket} in QtQuick3D
+ \o \l{Object Effects}{Cube} in QtQuick3D
+ \o \l{Monkey God in QML}{Monkey God} in QtQuick3D
+ \o \l{Tea Service Demo in QML}{Tea Service} in QtQuick3D
+ \o \l{Using GLSL shaders in QtQuick3D}
+ \endlist
+
+ Using C++ to extend QtQuick3D and to build applications with Qt3D:
\list
\o \l{Teapot Example}{Hello Teapot} - drawing a basic object in 3D.
- \o \l{Applying transformations and materials to objects}{Cube} - applying transformations and materials to objects.
+ \o \l{Object Effects#Cube in Qt3D}{Cube in C++} - applying transformations and materials to objects.
\o \l{basket}{Basket} - animating objects in 3D.
\o \l{nesting}{Nesting} - drawing into framebuffer objects.
- \o \l{Loading a 3DS model with Qt/3D}{Penguin} - loading a 3DS model with Qt/3D.
- \o \l{painter}{Painter} - basic painting operations using QGLPainter.
- \o \l{stereo}{Stereo} - using stereoscopic displays.
- \o \l{pvcolor}{Per-vertex Color} - building models with QGLBuilder
- that have per-vertex color values.
+ \o \l{Loading a 3DS model with Qt3D}{Penguin} - loading a 3DS model with Qt3D.
\o \l{pageflip}{Page Flip} - using shaders to combine textures.
\o \l{shapes}{Shapes} - paints all of the basic OpenGL shapes.
\o \l{teaservice}{Tea Service} - complex scenes and object picking.
\endlist
- Using QML to build applications with Qt/3D:
-
- \list
- \o \l{Teapot Example in QML/3D}{Hello Teapot} in QML/3D
- \o \l{basket#Basket in QML/3D}{Basket} in QML/3D
- \o \l{Applying transformations and materials to objects#Cube in QML/3D}{Cube} in QML/3D
- \o \l{QML Stereo Viewing Example}{Stereo} - using stereoscopic displays in QML, and mixing 2D and 3D content.
- \o \l{Monkey God in QML}{Monkey God} in QML/3D
- \o \l{Tea Service Demo in QML}{Tea Service} in QML/3D
- \o \l{Forest Example}{Forest} - creating billboard objects.
- \o \l{Using GLSL shaders in QML/3D}
- \endlist
-
Other topics:
\list
- \o \l{Converting raw GL applications to use QGLPainter}
- \o \l{Writing a scene format plug-in for Qt/3D}
+ \o \l{Scene Format Plugin}{Writing a scene format plug-in for Qt3D}
\endlist
- \l{index.html}{Return to the main Qt/3D page}.
+ \l{index.html}{Return to the main Qt3D page}.
*/