mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-28 07:49:45 +00:00
Fixed typo in new example for vnf_vertex_array
This commit is contained in:
parent
7621838c06
commit
00d2cd77e0
1 changed files with 1 additions and 1 deletions
2
vnf.scad
2
vnf.scad
|
@ -98,7 +98,7 @@ EMPTY_VNF = [[],[]]; // The standard empty VNF with no vertices or faces.
|
|||
// for(h=[-20:20:20])
|
||||
// path3d(arc(r=40-abs(h), angle=280, 10), h)
|
||||
// ];
|
||||
// vnf = vnf_vertex_array(rows, reverse=true, caps=true, col_wrap-true);
|
||||
// vnf = vnf_vertex_array(rows, reverse=true, caps=true, col_wrap=true);
|
||||
// vnf_polyhedron(vnf);
|
||||
// color("green") vnf_wireframe(vnf);
|
||||
// Example(3D): Both `col_wrap` and `row_wrap` are true to make a torus.
|
||||
|
|
Loading…
Reference in a new issue