QML 3D meshName in Mesh doesn't work
Unsolved
QML and Qt Quick
-
Hey,
I've implemented a sample application to use QML 3D which loads an obj file as a mesh ,inside obj file I've some mesh names and I want to load each mesh separately but QML meshName in Mesh type doesn't work and it loads the whole obj model.
My QT SDK is 5.13
Platform :Linux Ubuntu 18.04LTSYours,
Alien