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