1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-12 01:34:12 +02:00
This commit is contained in:
Justin Lin
2022-03-19 11:15:01 +08:00
parent af521dd53f
commit 8158938c13

View File

@@ -9,9 +9,9 @@ cell_width = 5;
wall_thickness = 1.75;
with_bottom = "NO";
maze_tai_chi(cell_width, wall_thickness, with_bottom);
maze_yin_and_yan(cell_width, wall_thickness, with_bottom);
module maze_tai_chi(cell_width, wall_thickness, with_bottom) {
module maze_yin_and_yan(cell_width, wall_thickness, with_bottom) {
seed = 15;
module maze(mask, start, cell_width, wall_thickness, seed) {