Replaced FPS Camera with Orbit - MouseInpt

MouseInput-Qml example now has OrbitCameraController
instead of FirstPersonCameraController
Part of the examples cleanup.

Change-Id: I1e4249a5b74147e44900cfacb023d47cad1b1a9b
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
This commit is contained in:
Robert Brock 2016-05-03 14:11:20 +01:00 committed by Sean Harmer
parent 740cf6d842
commit 2c40133c28
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ Entity {
viewCenter: Qt.vector3d( 0.0, 0.0, 0.0 )
}
FirstPersonCameraController { camera: camera }
OrbitCameraController { camera: camera }
components: [
RenderSettings {