Added sharpening filter, fixed edge artifact, fixed contour topic in isosurface.scad

This commit is contained in:
Alex Matulich
2025-05-22 20:02:50 -07:00
parent 30817f2626
commit f5bc61841b
2 changed files with 52 additions and 32 deletions

View File

@@ -3523,7 +3523,7 @@ function _showstats_isosurface(voxsize, bbox, isoval, cubes, triangles, faces) =
// Function&Module: contour()
// Synopsis: Creates a 2D contour from a function or array of values.
// SynTags: Geom,Path,Region
// Topics: Isosurfaces, Path Generators (2D), Regions
// Topics: Contours, Path Generators (2D), Regions
// Usage: As a module
// contour(f, isovalue, bounding_box, pixel_size, [pixel_count=], [use_centers=], [smoothing=], [exact_bounds=], [show_stats=], [show_box=], ...) [ATTACHMENTS];
// Usage: As a function