Added 'balance' arg to vnf_sheet and bezier_sheet, examples and doc copyediting

This commit is contained in:
Alex Matulich
2025-04-14 09:34:16 -07:00
parent e61950cf27
commit 839a8981b5
4 changed files with 294 additions and 173 deletions

View File

@@ -1801,7 +1801,7 @@ function debug_tetra(r) = let(size=r/norm([1,1,1])) [
// specify `voxel_size` or `voxel_count`, then a default count of 10,000 voxels is used,
// which should be reasonable for initial preview.
// .
// In 2D, If you don't specify `pixel_size` or `pixel_count`, then a default count of 1024 voxels is used,
// In 2D, If you don't specify `pixel_size` or `pixel_count`, then a default count of 1024 pixels is used,
// which is reasonable for initial preview. You may find, however, that 2D metaballs are reasonably fast
// even at finer resolution.
// .