summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/planets-qml/SolarSystem.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/planets-qml/SolarSystem.qml')
-rw-r--r--examples/qt3d/planets-qml/SolarSystem.qml4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/qt3d/planets-qml/SolarSystem.qml b/examples/qt3d/planets-qml/SolarSystem.qml
index eb8611aa5..a5a0fbfef 100644
--- a/examples/qt3d/planets-qml/SolarSystem.qml
+++ b/examples/qt3d/planets-qml/SolarSystem.qml
@@ -124,9 +124,7 @@ Entity {
viewCenter: Qt.vector3d( xLookAtOffset, yLookAtOffset, zLookAtOffset )
}
- Configuration {
- controlledCamera: camera
- }
+ FirstPersonCameraController { camera: camera }
components: [
PlanetFrameGraph {