summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/planets-qml
diff options
context:
space:
mode:
authorRobert Brock <robert.brock@kdab.com>2016-02-24 15:15:53 +0000
committerRobert Brock <robert.brock@kdab.com>2016-02-26 09:16:29 +0000
commit448b80d58dccb8020785752cceb6cbdc4118941c (patch)
treef0f01b53b8ca1096e0e601ce9ba6c292d6af4b00 /examples/qt3d/planets-qml
parentd95ef5a39732d4f84aa7c779931f849f4b821ed6 (diff)
Rename the viewport rect property to normalizedRect
As per API review Change-Id: I51caae419044a297e58745450d5893f2a27db8be Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'examples/qt3d/planets-qml')
-rw-r--r--examples/qt3d/planets-qml/PlanetFrameGraph.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/planets-qml/PlanetFrameGraph.qml b/examples/qt3d/planets-qml/PlanetFrameGraph.qml
index f0c60ff7c..95dc51ac2 100644
--- a/examples/qt3d/planets-qml/PlanetFrameGraph.qml
+++ b/examples/qt3d/planets-qml/PlanetFrameGraph.qml
@@ -60,7 +60,7 @@ FrameGraph {
readonly property Texture2D shadowTexture: depthTexture
activeFrameGraph: Viewport {
- rect: Qt.rect(0.0, 0.0, 1.0, 1.0)
+ normalizedRect: Qt.rect(0.0, 0.0, 1.0, 1.0)
clearColor: Qt.rgba(0.0, 0.0, 0.0, 1.0)
TechniqueFilter {