summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/gltf/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/gltf/main.qml')
-rw-r--r--examples/qt3d/gltf/main.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/qt3d/gltf/main.qml b/examples/qt3d/gltf/main.qml
index cab5d765a..3d4cc4f4e 100644
--- a/examples/qt3d/gltf/main.qml
+++ b/examples/qt3d/gltf/main.qml
@@ -69,8 +69,8 @@ Entity {
FirstPersonCameraController { camera: camera }
- FrameGraph {
- id : framegraph
+ RenderSettings {
+ id : renderSettings
activeFrameGraph : Viewport {
clearColor: "black"
CameraSelector {
@@ -87,7 +87,7 @@ Entity {
}
}
- components: [ framegraph ]
+ components: [ renderSettings ]
Wine {
id: wineRack