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

QtQuick3D RuntimeLoader only supports .GLB/.GLTF, should use ASSIMP

    XMLWordPrintable

Details

    • 5

    Description

      From the Qt documentation for QtQuick3D/s RuntimeLoader: "Qt 6.3 supports the loading of glTF version 2.0 files in both in text (.gltf) and binary (.glb) formats."

      Therefore, for dynamic loading of 3D object files, the user must first convert their respective file type to either .GLB or .GLTF in order for it to be compatible with the RuntimeLoader. 

      This seems like an unnecessary handicap. Qt3D supports the use of ASSIMP such that the majority of types of 3d model files can be successfully loaded at runtime.  

      It would be beneficial for the RuntimeLoader to support all types of 3D model files to avoid the file conversion work around at runtime (particularly as Qt moves away from the older Qt3D platform and focuses on developing QtQuick3D). 

      Attachments

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

        Activity

          People

            qt.team.graphics.and.multimedia Qt Graphics Team
            _ocooke Owen Cooke
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes