From 05a0455af3bcb1ae7bc66ecd2aa19aa227ba8008 Mon Sep 17 00:00:00 2001 From: Rob McDonald Date: Mon, 28 Jul 2025 10:19:28 -0700 Subject: [PATCH] Update Swept Volume Tutorial to reflect non-copyleft status As of libigl dbba9ca92, Swept Volume is no longer part of the copyleft part of libigl. However, the Tutorial was never updated to reflect this change. --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index e6772402..27aa9814 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -3734,7 +3734,7 @@ In libigl, if your input solid's surface is represented by `(V,F)` then the output surface mesh will be `(SV,SF)` after calling: ```cpp -igl::copyleft::swept_volume(V,F,num_time_steps,grid_size,isolevel,SV,SF); +igl::swept_volume(V,F,num_time_steps,grid_size,isolevel,SV,SF); ``` The `isolevel` parameter can be set to zero to approximate the exact swept