summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2023-03-12 16:38:47 +0000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-03-17 11:44:38 +0000
commit4c81a8e67be76fa599a233b9566bad7be7dd3730 (patch)
tree085a18a6fa846fa653a0077a38c9d454d0c89af6
parentfec46ff005d7220cb02467b1761942ff1654109e (diff)
downloadqt3d-4c81a8e67be76fa599a233b9566bad7be7dd3730.tar.gz
Remove links to old examples
Those have been moved to manual tests Change-Id: Ifede716b69b003c7523ae21ee5f9668dbad6f5a3 Reviewed-by: Kai Köhne <kai.koehne@qt.io> (cherry picked from commit 201ce3b861082e230a4a6dc52530c3a58886164d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/core/doc/src/qt3d-overview.qdoc6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/core/doc/src/qt3d-overview.qdoc b/src/core/doc/src/qt3d-overview.qdoc
index d33da4f50..9e8a763e1 100644
--- a/src/core/doc/src/qt3d-overview.qdoc
+++ b/src/core/doc/src/qt3d-overview.qdoc
@@ -56,7 +56,6 @@
For examples of using materials, see the following examples:
\list
\li \l {Qt 3D: Simple Custom Material QML Example}
- \li \l {Qt 3D: Advanced Custom Material QML Example}
\li \l {Qt 3D: PBR Materials QML Example}
\endlist
@@ -66,8 +65,7 @@
vertex, tessellation control, tessellation evaluation, geometry, and
fragment shaders. Compute shaders are planned for a future release.
- For examples of using shaders, see the \l {Qt 3D: Shadow Map QML Example},
- \l{Qt 3D: Wireframe QML Example}, and \l {Qt 3D: Wave QML Example}.
+ For examples of using shaders, see the \l{Qt 3D: Wireframe QML Example}.
\section2 Shadow Mapping
@@ -128,8 +126,6 @@
and the fragment's depth can be compared with the result of the sampling. If
the fragment is further away, then it is in shadow; otherwise it is lit.
- For example code, see the \l {Qt 3D: Shadow Map QML Example}.
-
\section2 Instanced Rendering
\e Instancing is a way of getting the GPU to draw many copies (instances) of