1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 04:20:27 +02:00

change vertices order

This commit is contained in:
Justin Lin
2021-08-11 20:18:33 +08:00
parent 2844a30d91
commit 7d8bfc6099

View File

@@ -42,7 +42,7 @@ function tile_penrose3(n) =
i % 2 == 0 ? ["acute", t[0], t[1], t[2]] : ["acute", t[0], t[2], t[1]]
], n)
)
[for(t = tris) [t[0], t[2], t[1], t[3]]];
[for(t = tris) [t[0], t[3], t[1], t[2]]];
module draw(tris) {
for(t = tris) {