1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-04-27 17:42:14 +02:00
This commit is contained in:
Justin Lin 2021-08-11 17:14:24 +08:00
parent 9955169c75
commit 9fe43dc7b2

View File

@ -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);