change n to $fn for round vnf textures; descriptive error message for

abuse of n= or tex_samples
This commit is contained in:
Adrian Mariano
2024-01-10 23:55:51 -05:00
parent e9c08b4fbf
commit 8781fa1e93
3 changed files with 43 additions and 26 deletions

View File

@@ -766,7 +766,6 @@ function scalar_vec3(v, dflt) =
is_list(v)? [for (i=[0:2]) default(v[i], default(dflt, 0))] :
!is_undef(dflt)? [v,dflt,dflt] : [v,v,v];
// Function: segs()
// Synopsis: Returns the number of sides for a circle given `$fn`, `$fa`, and `$fs`.
// Topics: Geometry