|
@@ -89,9 +89,6 @@ if(TUTORIALS_CHAPTER1)
|
|
|
add_subdirectory("104_Colors")
|
|
|
add_subdirectory("105_Overlays")
|
|
|
add_subdirectory("106_ViewerMenu")
|
|
|
- if(LIBIGL_WITH_PNG)
|
|
|
- add_subdirectory("107_ScreenCapture")
|
|
|
- endif()
|
|
|
endif()
|
|
|
|
|
|
# Chapter 2
|
|
@@ -158,8 +155,9 @@ if(TUTORIALS_CHAPTER6)
|
|
|
endif()
|
|
|
if(LIBIGL_WITH_EMBREE)
|
|
|
add_subdirectory("606_AmbientOcclusion")
|
|
|
- add_subdirectory("607_Picking")
|
|
|
- add_subdirectory("706_FacetOrientation")
|
|
|
+ endif()
|
|
|
+ if(LIBIGL_WITH_PNG)
|
|
|
+ add_subdirectory("607_ScreenCapture")
|
|
|
endif()
|
|
|
if(LIBIGL_WITH_LIM)
|
|
|
add_subdirectory("608_LIM")
|
|
@@ -177,5 +175,9 @@ if(TUTORIALS_CHAPTER7)
|
|
|
add_subdirectory("703_Decimation")
|
|
|
add_subdirectory("704_SignedDistance")
|
|
|
add_subdirectory("705_MarchingCubes")
|
|
|
+ if(LIBIGL_WITH_EMBREE)
|
|
|
+ add_subdirectory("706_FacetOrientation")
|
|
|
+ endif()
|
|
|
add_subdirectory("707_SweptVolume")
|
|
|
+ add_subdirectory("708_Picking")
|
|
|
endif()
|