mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Fixed textured_revolution() example.
This commit is contained in:
parent
9a8202f54e
commit
63039f5f97
1 changed files with 1 additions and 1 deletions
|
@ -2802,7 +2802,7 @@ function _find_vnf_tile_bottom_edge_path(vnf, val) =
|
||||||
// See Also: textured_revolution(), textured_cylinder(), textured_linear_sweep(), heightfield(), cylindrical_heightfield(), texture()
|
// See Also: textured_revolution(), textured_cylinder(), textured_linear_sweep(), heightfield(), cylindrical_heightfield(), texture()
|
||||||
// Example:
|
// Example:
|
||||||
// path = right(50, p=circle(d=40));
|
// path = right(50, p=circle(d=40));
|
||||||
// textured_revolution(path, "vnf_bricks", tex_size=[10,10], tscale=0.5, wrap=true, caps=false, style="concave");
|
// textured_revolution(path, "vnf_bricks", tex_size=[10,10], tscale=0.5, style="concave");
|
||||||
// Example:
|
// Example:
|
||||||
// tex = [
|
// tex = [
|
||||||
// [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
// [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||||
|
|
Loading…
Reference in a new issue