Hi there,
In our application we need to render a 3D graphic and we are using the ModelSceneSymbol QML type for that. My question is whether there is a way to use the Qt Resource System to load the required .dae model file, instead of referencing the file to the user's home directory as described here under Use offline data in the samples. This would allow us to ship just a single binary rather than a binary plus the needed 3D models.
However, it looks like the ESRI scene starts hanging when attempting to load the model file as a resource. So I'm wondering if it is even possible.
Thank you in advance for your response!
Unfortunately, no. Most of our data types cannot be read directly out of a QRC directory. The only exception that comes to mind is PictureMarkerSymbol.