I wanna add a obj file(wavefront format) as a point(by a position) in surface3d in qml but i dont know how i do it!
i found some solutions but they have some problems, for example i just want use qml , but they use c++ and QCustomItem .
i tried to use it in sactter3d with new mesh (just training with that) but it couldnt work:
mesh:Abstract3DSeries.MeshUserDefined
userDefinedMesh:Mesh{
source: "wfObj.obj"
}
it was just a training , my main queston is adding waveFront to surface3d qml.
thx for helping .