mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-01 13:50:33 +02:00
Force N parameters to n in most places
This commit is contained in:
@@ -366,7 +366,7 @@ module path_extrude(path, convexity=10, clipsize=100) {
|
||||
) rot(from=vec1,to=vec2)
|
||||
]);
|
||||
// This adds a rotation midway between each item on the list
|
||||
interp = rot_resample(rotmats,N=2,method="count");
|
||||
interp = rot_resample(rotmats,n=2,method="count");
|
||||
epsilon = 0.0001; // Make segments ever so slightly too long so they overlap.
|
||||
ptcount = len(path);
|
||||
for (i = [0:1:ptcount-2]) {
|
||||
|
Reference in New Issue
Block a user