mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-01 14:00:30 +02:00
change n to $fn for round vnf textures; descriptive error message for
abuse of n= or tex_samples
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user