summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/simple-shaders-qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/simple-shaders-qml/main.qml')
-rw-r--r--examples/qt3d/simple-shaders-qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/simple-shaders-qml/main.qml b/examples/qt3d/simple-shaders-qml/main.qml
index d1b5f4484..ae3e948e3 100644
--- a/examples/qt3d/simple-shaders-qml/main.qml
+++ b/examples/qt3d/simple-shaders-qml/main.qml
@@ -69,7 +69,7 @@ Entity {
viewCenter: Qt.vector3d( 0.0, 0.0, 0.0 )
}
- FirstPersonCameraController { camera: camera }
+ OrbitCameraController { camera: camera }
components: [
RenderSettings {