re-added grid-rendering to the editor

rebuild grid/navMesh 3D data only if needed
This commit is contained in:
k-a-z-u
2018-07-03 10:53:03 +02:00
parent 37b3011e5d
commit 2f37baf497
9 changed files with 262 additions and 203 deletions

View File

@@ -58,7 +58,9 @@ SOURCES += \
mapview/3D/navMesh/QNavMeshSettings.cpp \
params/ToolBoxWidget.cpp \
mapview/2D/MV2DElementFloorObstacleDoor.cpp \
mapview/2D/MV2DElementFloorObstacleObject.cpp
mapview/2D/MV2DElementFloorObstacleObject.cpp \
mapview/3D/grid/GridRenderer.cpp \
mapview/3D/navMesh/NavMeshRenderer.cpp
HEADERS += MainWindow.h \