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

meshNode selected are scaled

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • 5.7.0
    • Qt3D 1.0, 4.8.1
    • Qt3D
    • None

    Description

      When you load a 3D file and try to get just the node that you want with meshNode, the selected mesh is scaled.
      This bug is not appearing on Qt5.

      A simple example:

      Viewport {
          width: 800
          height: 480
      
          Mesh {
              id: model_207
              source: "207.3DS"
          }
      
          Item3D { // mesh properly display
              scale: 0.02
              mesh: model_207
      
              Item3D { meshNode: "Wheel_" } // mesh scaled
              Item3D { meshNode: "Wheel_0" } // mesh scaled
          }
      }
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            dpope Daniel Pope (closed Nokia identity) (Inactive)
            fbc Farid Bouchaïb
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes