mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-04-27 17:42:14 +02:00
delete )
This commit is contained in:
parent
9955169c75
commit
9fe43dc7b2
@ -47,7 +47,7 @@ function tile_penrose3(n) =
|
||||
module draw(tris) {
|
||||
for(t = tris) {
|
||||
color(t[0] ? "white" : "black")
|
||||
linear_extrude(.5))
|
||||
linear_extrude(.5)
|
||||
polygon([t[2], t[1], t[3]]);
|
||||
linear_extrude(1)
|
||||
hull_polyline2d([t[2], t[1], t[3]], .1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user