added nav-mesh support to indoor-map
some fixes/changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user