summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/multiviewport/QuadViewportFrameGraph.qml
diff options
context:
space:
mode:
authorAntti Määttä <antti.maatta@qt.io>2017-02-07 11:25:02 +0200
committerAntti Määttä <antti.maatta@qt.io>2017-02-27 08:19:54 +0000
commitf4601e86d20a39c9d41500bd8378e990f4739506 (patch)
tree55d010857df4dbd3a62cf285a9dbe0540f9aef01 /examples/qt3d/multiviewport/QuadViewportFrameGraph.qml
parent7253d10a1026be03eab83edd628b72455d7bcd28 (diff)
Update multiviewport example
Change-Id: I57ea393e3abc5de2230f464d612d36a8075fa979 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'examples/qt3d/multiviewport/QuadViewportFrameGraph.qml')
-rw-r--r--examples/qt3d/multiviewport/QuadViewportFrameGraph.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/qt3d/multiviewport/QuadViewportFrameGraph.qml b/examples/qt3d/multiviewport/QuadViewportFrameGraph.qml
index 814629a23..a33631880 100644
--- a/examples/qt3d/multiviewport/QuadViewportFrameGraph.qml
+++ b/examples/qt3d/multiviewport/QuadViewportFrameGraph.qml
@@ -69,6 +69,7 @@ RenderSettings {
ClearBuffers {
buffers: ClearBuffers.ColorDepthBuffer
+ clearColor: Qt.rgba(0.6, 0.6, 0.6, 1.0)
}
Viewport {