summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/lights/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/lights/main.qml')
-rw-r--r--examples/qt3d/lights/main.qml7
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/qt3d/lights/main.qml b/examples/qt3d/lights/main.qml
index 5ecc757a4..d16df0795 100644
--- a/examples/qt3d/lights/main.qml
+++ b/examples/qt3d/lights/main.qml
@@ -78,7 +78,12 @@ Entity
viewCenter: Qt.vector3d( 0.0, -10.0, -1.0 )
}
- FirstPersonCameraController { camera: camera }
+ FirstPersonCameraController {
+ camera: camera
+ linearSpeed: 1000.0
+ acceleration: 0.1
+ deceleration: 1.0
+ }
Entity {
id: sun