when I load a mesh 3d model in qml, the model can properly show in a scene,but how can I get vertices and faces information; it seems that mesh properties don't have such information!
when I load a mesh 3d model in qml, the model can properly show in a scene,but how can I get vertices and faces information; it seems that mesh properties don't have such information!
@safylee when a mesh model was loaded, the value of mesh.geometry.attributes is null ; the error description was "TypeError: Cannot read property 'attributes' of null"