1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-28 00:40:39 +02:00
This commit is contained in:
Justin Lin
2021-07-29 12:06:48 +08:00
parent 61f7988820
commit a11eae4aaa
3 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ use <util/parse_number.scad>;
use <util/has.scad>;
use <util/rand.scad>;
use <util/choose.scad>;
use <experimental/tiles_wfc.scad>;
use <experimental/tile_wfc.scad>;
use <rounded_square.scad>;
use <box_extrude.scad>;
use <polyhedron_hull.scad>;
@@ -31,7 +31,7 @@ module random_town_square(rows, columns, tileW, layerH) {
];
generated = tiles_wfc(rows, columns, sample);
generated = tile_wfc(rows, columns, sample);
color("Gainsboro")
draw_tiles(generated);