Skip to content

Commit

Permalink
update more tutorial files
Browse files Browse the repository at this point in the history
  • Loading branch information
chitalu committed Jan 12, 2024
1 parent 8da0a81 commit 4f350d1
Show file tree
Hide file tree
Showing 12 changed files with 1,228 additions and 1,431 deletions.
727 changes: 232 additions & 495 deletions tutorials/BasicCmdLineApp/BasicCmdLineApp.cpp

Large diffs are not rendered by default.

28 changes: 0 additions & 28 deletions tutorials/BasicCmdLineApp/CMakeLists.txt

This file was deleted.

15 changes: 10 additions & 5 deletions tutorials/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ endfunction()
create_tutorial_target(AdjacentFaces)
create_tutorial_target(FaceNormals)
create_tutorial_target(VertexNormals)
create_tutorial_target(TextureCoordinates) # untested
create_tutorial_target(BasicCmdLineApp)
create_tutorial_target(HelloWorld)
create_tutorial_target(CSGBoolean)

#add_subdirectory(BasicCmdLineApp)
#add_subdirectory(HelloWorld)
#add_subdirectory(TextureCoordinates)
#add_subdirectory(VertexNormals)
#add_subdirectory(CSGBoolean)
#add_subdirectory(Triangulation)
#add_subdirectory(TriangulatedFaceMaps)
#add_subdirectory(EventCallback)
Expand All @@ -30,4 +29,10 @@ create_tutorial_target(VertexNormals)
#add_subdirectory(QuerySeamVerticesSorted)
#add_subdirectory(InOutQuery)

#
# TODO
#
#add_subdirectory(ConnectedComponentProperties)
#add_subdirectory(EnableDebugMode)


28 changes: 0 additions & 28 deletions tutorials/CSGBoolean/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 4f350d1

Please sign in to comment.