replaced animation with new version

This commit is contained in:
Alex Matulich
2025-02-12 22:07:12 -08:00
parent 8d238d8af2
commit 32d6c13723
3 changed files with 1 additions and 1 deletions

BIN
images/metaball_demo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 MiB

View File

@@ -1217,7 +1217,7 @@ function mb_torus(r_maj, r_min, cutoff=INF, influence=1, negative=false, d_maj,
// Usage: As a function // Usage: As a function
// vnf = metaballs(spec, voxel_size, bounding_box, [isovalue=], [closed=], [convexity=], [show_stats=]); // vnf = metaballs(spec, voxel_size, bounding_box, [isovalue=], [closed=], [convexity=], [show_stats=]);
// Description: // Description:
// ![Metaball animation](https://raw.githubusercontent.com/BelfrySCAD/BOSL2/master/images/metaball_demo.png) // ![Metaball animation](https://raw.githubusercontent.com/BelfrySCAD/BOSL2/master/images/metaball_demo.gif)
// . // .
// [Metaballs](https://en.wikipedia.org/wiki/Metaballs), also known as "blobby objects", // [Metaballs](https://en.wikipedia.org/wiki/Metaballs), also known as "blobby objects",
// can produce smoothly varying blobs and organic forms. You create metaballs by placing metaball // can produce smoothly varying blobs and organic forms. You create metaballs by placing metaball