summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/wireframe
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/wireframe')
-rw-r--r--examples/qt3d/wireframe/doc/src/wireframe.qdoc2
-rw-r--r--examples/qt3d/wireframe/main.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/qt3d/wireframe/doc/src/wireframe.qdoc b/examples/qt3d/wireframe/doc/src/wireframe.qdoc
index 318f3f165..4f8566ed0 100644
--- a/examples/qt3d/wireframe/doc/src/wireframe.qdoc
+++ b/examples/qt3d/wireframe/doc/src/wireframe.qdoc
@@ -131,7 +131,7 @@
\printuntil id
- The FrameGraph component uses the ForwardRenderer type to completely
+ The RendererSettings component uses the ForwardRenderer type to completely
configure the renderer without touching any C++ code:
\printuntil ]
diff --git a/examples/qt3d/wireframe/main.qml b/examples/qt3d/wireframe/main.qml
index ae10a11ec..7c281a360 100644
--- a/examples/qt3d/wireframe/main.qml
+++ b/examples/qt3d/wireframe/main.qml
@@ -58,7 +58,7 @@ Entity {
// Render from the mainCamera
components: [
- FrameGraph {
+ RenderSettings {
activeFrameGraph: ForwardRenderer {
id: renderer
camera: mainCamera