Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-110891

Zooming doesn't work with Qt Quick 3D OrbitCameraController when camera.z = 0

    XMLWordPrintable

Details

    • Windows
    • 6729db2e3 (dev), e582284dd (6.5)

    Description

      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.

      Attachments

        Activity

          People

            e0150566 Janne Koskinen
            nagrohn Nahomi Gröhn (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: