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

Qt3D Mesh not working with STL format

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.7.3, 6.8.2
    • Qt3D
    • Windows

    Description

      Qt3D Mesh doesn’t work with STL format. The following code shows that the status of Mesh is always Loading

          Mesh {
              id: testMesh
              source: ":/meshes/cube.stl"
              onStatusChanged: function(status) {
                  console.log("Mesh status:", status)
              }
          } 

      Attached example shows the issue, it’s a modified version of the Qt 3D, Simple QML Example. The cube.stl used in the example is taken from the geometryloaders auto test, I’m assuming it’s a valid .stl file that can be used as an example to reproduce the issue.

      Attachments

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

        Activity

          People

            seanharmer Sean Harmer
            tiheikka Titta Heikkala
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes