mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Another textured_revolution() example bugfix.
This commit is contained in:
parent
63039f5f97
commit
e69b881ad0
1 changed files with 1 additions and 1 deletions
|
@ -2836,7 +2836,7 @@ function _find_vnf_tile_bottom_edge_path(vnf, val) =
|
||||||
// each arc(r=20, corner=[[20,20],[10,0],[20,-20]]),
|
// each arc(r=20, corner=[[20,20],[10,0],[20,-20]]),
|
||||||
// [20,-20], [20,-30],
|
// [20,-20], [20,-30],
|
||||||
// ];
|
// ];
|
||||||
// vnf = textured_revolution(path, "trunc_pyramids", tex_size=[5,5], tscale=1, style="convex");
|
// vnf = textured_revolution(path, closed=false, texture="trunc_pyramids", tex_size=[5,5], tscale=1, style="convex");
|
||||||
// vnf_polyhedron(vnf, convexity=10);
|
// vnf_polyhedron(vnf, convexity=10);
|
||||||
function textured_revolution(
|
function textured_revolution(
|
||||||
shape, texture, tex_size, tscale=1,
|
shape, texture, tex_size, tscale=1,
|
||||||
|
|
Loading…
Reference in a new issue