Replaced FPS Camera with Orbit - Custom-mesh

Custom-mesh-qml example now has
OrbitCameraController instead of FirstPersonCameraController
Part of the examples cleanup.

Change-Id: I12aa8ccd6ba6e86ecb67f46a7c86e1da0a5695f2
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
This commit is contained in:
Robert Brock 2016-05-03 14:52:08 +01:00 committed by Sean Harmer
parent bd471c5e91
commit 07e8fda522
1 changed files with 1 additions and 1 deletions

View File

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