mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Fixed sweep() example formatting.
This commit is contained in:
parent
2aaa7006e7
commit
4aee7133d3
2 changed files with 1 additions and 2 deletions
|
@ -806,7 +806,6 @@ function associate_vertices(polygons, split, curpoly=0) =
|
|||
// function drop(t) = 100 * 0.5 * (1 - cos(180 * t)) * sin(180 * t) + 1;
|
||||
// function path(t) = [0, 0, 80 + 80 * cos(180 * t)];
|
||||
// function rotate(t) = 180 * pow((1 - t), 3);
|
||||
//
|
||||
// step = 0.01;
|
||||
// path_transforms = [for (t=[0:step:1-step]) translate(path(t)) * zrot(rotate(t)) * scale([drop(t), drop(t), 1])];
|
||||
// sweep(circle(1, $fn=12), path_transforms);
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,160];
|
||||
BOSL_VERSION = [2,0,161];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
|
Loading…
Reference in a new issue