summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/torus-qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/torus-qml/main.qml')
-rw-r--r--examples/qt3d/torus-qml/main.qml4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/qt3d/torus-qml/main.qml b/examples/qt3d/torus-qml/main.qml
index 6e38318ba..fc86231d8 100644
--- a/examples/qt3d/torus-qml/main.qml
+++ b/examples/qt3d/torus-qml/main.qml
@@ -52,9 +52,7 @@ Entity {
viewCenter: Qt.vector3d( 0.0, 0.0, 0.0 )
}
- Configuration {
- controlledCamera: camera
- }
+ FirstPersonCameraController { camera: camera }
FrameGraph {
id : external_forward_renderer