summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorRobert Brock <robert.brock@kdab.com>2016-01-05 09:08:00 +0000
committerSean Harmer <sean.harmer@kdab.com>2016-01-05 10:29:05 +0000
commit5d94db3ff4ff8ceb5796827b0a267fab4664e7ee (patch)
tree9f37a4e0f56538d684d3b0098c6363c26dbebe06 /examples
parent356674d1bc93a976ff0471057a2e55783c6900a9 (diff)
Camera moved - cylinder-qml
From z: -20 to z: 20 Change-Id: Icd629edb48ecadbd7cfe01d0be3aff7eb2cb0b0c Task-number: QTBUG-49800 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/qt3d/cylinder-qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/cylinder-qml/main.qml b/examples/qt3d/cylinder-qml/main.qml
index 4c68d6054..8fb72e2ed 100644
--- a/examples/qt3d/cylinder-qml/main.qml
+++ b/examples/qt3d/cylinder-qml/main.qml
@@ -47,7 +47,7 @@ Entity {
aspectRatio: 16/9
nearPlane : 0.1
farPlane : 1000.0
- position: Qt.vector3d( 0.0, 0.0, -20.0 )
+ position: Qt.vector3d( 0.0, 0.0, 20.0 )
upVector: Qt.vector3d( 0.0, 1.0, 0.0 )
viewCenter: Qt.vector3d( 0.0, 0.0, 0.0 )
}