worked on mapview 3d stuff

This commit is contained in:
2018-07-24 10:26:27 +02:00
parent 423fbfc545
commit 4938987063
7 changed files with 24 additions and 22 deletions

View File

@@ -84,6 +84,7 @@ MapView3D::MapView3D(QWidget *parent) : QOpenGLWidget(parent) {
floorplanRendererModel->getMesh().exportOBJsimple("/tmp/map.obj");
floorplanRendererModel->getMesh().exportOBJcomplex("/tmp/map_complex", "map_complex");
floorplanRendererModel->getMesh().exportPLY("/tmp/map.ply");
QMessageBox::information(this, "Export", "3D Model exported to /tmp/* as .obj and .ply");
});