summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/gltf/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/gltf/main.qml')
-rw-r--r--examples/qt3d/gltf/main.qml8
1 files changed, 2 insertions, 6 deletions
diff --git a/examples/qt3d/gltf/main.qml b/examples/qt3d/gltf/main.qml
index 87a05c15d..c244c24f8 100644
--- a/examples/qt3d/gltf/main.qml
+++ b/examples/qt3d/gltf/main.qml
@@ -50,7 +50,7 @@ Entity {
farPlane : 1000.0
position: Qt.vector3d( 0.0, 20.0, -120.0 )
upVector: Qt.vector3d( 0.0, 1.0, 0.0 )
- viewCenter: Qt.vector3d( 0.0, 0.0, 0.0 )
+ viewCenter: Qt.vector3d( 0.0, 10.0, 0.0 )
}
Configuration {
@@ -79,11 +79,7 @@ Entity {
Wine {
id: wineRack
- scale: 1
- x: -60.0
- y: -20.0
- z: 0.0
+ position: Qt.vector3d(-60.0, 0.0, 50.0)
angleX: 180
}
-
}