1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-12 17:54:18 +02:00

add comment

This commit is contained in:
Justin Lin
2021-01-25 15:47:39 +08:00
parent 46eefc58a4
commit dbf510bd4e

View File

@@ -23,6 +23,14 @@ module 2_edge_wang_tiles(rows, columns, tile_width, mask, seed) {
[for(x = [0:columns - 1]) mask[y][x]]
];
/*
1
. .
8 | | 2
. .
4
*/
half_w = tile_width / 2;
translate([half_w, half_w])
for(y = [0:rows - 1]) {