mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-12 01:34:12 +02:00
add comment
This commit is contained in:
@@ -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]) {
|
||||
|
Reference in New Issue
Block a user