diff --git a/docs/lib3x-loft.md b/docs/lib3x-loft.md index e3fc69cb..b2042d0e 100644 --- a/docs/lib3x-loft.md +++ b/docs/lib3x-loft.md @@ -11,7 +11,7 @@ When having uniform cross sections, you can use [sweep](https://openhome.cc/eGos ## Examples - use ; + use ; use ; use ; use ; @@ -19,7 +19,7 @@ When having uniform cross sections, you can use [sweep](https://openhome.cc/eGos sects = [ for(i = 10; i >= 4; i = i - 1) [ - for(p = shape_starburst(15, 12, i % 2 == 1 ? i : i - 1)) ptf_rotate([p[0], p[1], 5 * (i - 4)], i * 10) + for(p = shape_star(15, 12, i % 2 == 1 ? i : i - 1)) ptf_rotate([p[0], p[1], 5 * (i - 4)], i * 10) ] ]; loft(sects, slices = 3);