From 3ac0be39c2a1aebbac22a192cd780370a5cd0fa7 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Sun, 15 Mar 2020 11:54:11 -0700 Subject: [PATCH] Fixed examples in vnf_vertex_array() --- version.scad | 2 +- vnf.scad | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/version.scad b/version.scad index c65645f..e46b2e1 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,193]; +BOSL_VERSION = [2,0,194]; // Section: BOSL Library Version Functions diff --git a/vnf.scad b/vnf.scad index 32179f0..b8993b4 100644 --- a/vnf.scad +++ b/vnf.scad @@ -199,7 +199,7 @@ function vnf_triangulate(vnf) = // for (a=[0:5:360-EPSILON]) // apply( // zrot(a) * right(30) * xrot(90), -// circle(d=20) +// path3d(circle(d=20)) // ) // ], // col_wrap=true, row_wrap=true, reverse=true @@ -210,7 +210,7 @@ function vnf_triangulate(vnf) = // points=[ // for (a=[0:5:360]) apply( // zrot(a) * right(30) * xrot(90) * zrot(a/2+60), -// square([1,10], center=true) +// path3d(square([1,10], center=true)) // ) // ], // col_wrap=true, reverse=true @@ -220,7 +220,7 @@ function vnf_triangulate(vnf) = // wall_points = [ // for (a = [-90:2:90]) apply( // up(a) * scale([1-0.1*cos(a*6),1-0.1*cos((a+90)*6),1]), -// circle(d=100) +// path3d(circle(d=100)) // ) // ]; // cap = [