mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 13:50:23 +01:00
Fixed sweep() example formatting.
This commit is contained in:
parent
2aaa7006e7
commit
4aee7133d3
@ -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…
x
Reference in New Issue
Block a user