my Problem: i load a 3D-Model into a QMesh:
Qt3DRender::QMesh *mesh;
mesh->setSource(QUrl(QStringLiteral("qrc:/new/prefix1/ata.obj")));
This works at the moment.
Now I search a function that gives me the geometry data of the Object, particularly: midpoint, corner
In the end I want to transform my loaded 3D Model to the viewpoint of my camera.
I use qt 5.8. Is there anyone who can help me? Thanks in advance