mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
fix broken example
This commit is contained in:
parent
71449ee3ac
commit
87abec1a7f
1 changed files with 4 additions and 4 deletions
|
@ -2811,14 +2811,14 @@ function associate_vertices(polygons, split, curpoly=0) =
|
||||||
// rect(50), texture=tex, h=40,
|
// rect(50), texture=tex, h=40,
|
||||||
// tex_size=[10,10]
|
// tex_size=[10,10]
|
||||||
// );
|
// );
|
||||||
// Example(3D): "bricks" texture.
|
// Example(3D): "bricks_vnf" texture.
|
||||||
// tex = texture("bricks", inset=.25);
|
// tex = texture("bricks_vnf");
|
||||||
// linear_sweep(
|
// linear_sweep(
|
||||||
// rect(50), texture=tex, h=40,
|
// rect(50), texture=tex, h=40,
|
||||||
// tex_size=[10,10]
|
// tex_size=[10,10]
|
||||||
// );
|
// );
|
||||||
// Example(3D): "bricks_vnf" texture.
|
// Example(3D): "bricks_vnf" texture with large inset.
|
||||||
// tex = texture("bricks_vnf");
|
// tex = texture("bricks_vnf",inset=0.25);
|
||||||
// linear_sweep(
|
// linear_sweep(
|
||||||
// rect(50), texture=tex, h=40,
|
// rect(50), texture=tex, h=40,
|
||||||
// tex_size=[10,10]
|
// tex_size=[10,10]
|
||||||
|
|
Loading…
Reference in a new issue