summaryrefslogtreecommitdiffstats
path: root/examples/simple-qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/simple-qml/main.qml')
-rw-r--r--examples/simple-qml/main.qml14
1 files changed, 2 insertions, 12 deletions
diff --git a/examples/simple-qml/main.qml b/examples/simple-qml/main.qml
index 7109512bd..79be3867d 100644
--- a/examples/simple-qml/main.qml
+++ b/examples/simple-qml/main.qml
@@ -64,19 +64,9 @@ Entity {
components: [
FrameGraph {
- activeFrameGraph: Viewport {
- id: viewport
- rect: Qt.rect(0.0, 0.0, 1.0, 1.0) // From Top Left
+ activeFrameGraph: ForwardRenderer {
clearColor: Qt.rgba(0, 0.5, 1, 1)
-
- CameraSelector {
- id : cameraSelector
- camera: camera
-
- ClearBuffer {
- buffers : ClearBuffer.ColorDepthBuffer
- }
- }
+ camera: camera
}
}
]