Skip to content

Commit

Permalink
Add example for filling a mesh with a gyroid surface
Browse files Browse the repository at this point in the history
  • Loading branch information
3dJan committed Dec 5, 2024
1 parent 4c937dc commit 8c51ef2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SDK/Examples/Cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ CopySharedLibrary(Example_VolumeCombineFunctions)
add_executable(Example_VolumeImageStack Source/VolumeImageStack.cpp)
CopySharedLibrary(Example_VolumeImageStack)

add_executable(Example_FillMeshWithGyroid Source/FillMeshWithGyroid.cpp)
CopySharedLibrary(Example_FillMeshWithGyroid)

if (${MSVC})
IF(${CMAKE_VERSION} VERSION_LESS 3.6.3)
Expand Down

0 comments on commit 8c51ef2

Please sign in to comment.