summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/cylinder-qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/cylinder-qml/main.qml')
-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 )
}