mirror of https://github.com/qt/qt3d.git
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:
parent
bd471c5e91
commit
07e8fda522
|
|
@ -69,7 +69,7 @@ Entity {
|
|||
viewCenter: Qt.vector3d( 0.0, 0.0, 0.0 )
|
||||
}
|
||||
|
||||
FirstPersonCameraController { camera: camera }
|
||||
OrbitCameraController { camera: camera }
|
||||
|
||||
components: [
|
||||
RenderSettings {
|
||||
|
|
|
|||
Loading…
Reference in New Issue