Skip to content

Commit

Permalink
separate marching cubes look up table
Browse files Browse the repository at this point in the history
  • Loading branch information
unlclearness committed Apr 10, 2019
1 parent b381b9b commit 22d0983
Show file tree
Hide file tree
Showing 4 changed files with 353 additions and 307 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ add_library(${PUBLIC_LIB_NAME}
src/vacancy/voxel_carver.cc
src/vacancy/marching_cubes.h
src/vacancy/marching_cubes.cc
src/vacancy/marching_cubes_lut.h
src/vacancy/marching_cubes_lut.cc

# implementations of header-only library
${VACANCY_STB_IMPLEMENTATION_CC}
Expand All @@ -106,6 +108,7 @@ SOURCE_GROUP("Public header files" FILES
SOURCE_GROUP("Private header files" FILES
src/vacancy/timer.h
src/vacancy/marching_cubes.h
src/vacancy/marching_cubes_lut.h
)

SOURCE_GROUP("Source files" FILES
Expand All @@ -115,6 +118,7 @@ SOURCE_GROUP("Source files" FILES
src/vacancy/log.cc
src/vacancy/voxel_carver.cc
src/vacancy/marching_cubes.cc
src/vacancy/marching_cubes_lut.cc
)

include_directories(${PUBLIC_LIB_NAME} ${CMAKE_CURRENT_SOURCE_DIR}/include)
Expand Down
Loading

0 comments on commit 22d0983

Please sign in to comment.