-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.4.2
-
-
6729db2e3 (dev), e582284dd (6.5)
When the camera position is set to z = 0, zooming with OrbitCameraController does not work at all.
PerspectiveCamera {
id: cameraNode
position: Qt.vector3d(500, 0, 3)
...
}
OrbitCameraController {
anchors.fill: parent
camera: cameraNode
origin: originNode
}
Sample project attached.