added nav-mesh support to indoor-map

some fixes/changes
This commit is contained in:
2018-01-16 12:43:45 +01:00
parent 281ef3f7dc
commit 4dda7e656b
16 changed files with 524 additions and 60 deletions

View File

@@ -42,7 +42,8 @@ SOURCES += \
params/MetaEditWidget.cpp \
params/MetaEditModel.cpp \
mapview/2D/MapView2D.cpp \
misc/LINTView.cpp
misc/LINTView.cpp \
mapview/3DNavMesh/QNavMeshSettings.cpp
HEADERS += MainWindow.h \
@@ -165,13 +166,18 @@ HEADERS += MainWindow.h \
mapview/2D/tools/ToolNewBeacon.h \
mapview/2D/tools/ToolNewGroundTruth.h \
mapview/2D/tools/ToolNewPOI.h \
mapview/3D/MV3DElementElevator.h
mapview/3D/MV3DElementElevator.h \
mapview/3DNavMesh/NavMeshView.h \
mapview/3DNavMesh/NavMeshRenderer.h \
mapview/3DNavMesh/NavMeshModel.h \
mapview/3DNavMesh/QNavMeshSettings.h
FORMS += MainWindow.ui
SOURCES += \
../Indoor/lib/tinyxml/tinyxml2.cpp
../Indoor/lib/tinyxml/tinyxml2.cpp \
../Indoor/lib/Recast/*.cpp
RESOURCES += \
res.qrc