mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-05 06:17:32 +02:00
rename
This commit is contained in:
@@ -30,7 +30,7 @@ module pyramid_with_stairs(base_width, stairs_width, rows) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
module pyramidal_staircase_maze(maze_rows, block_width, stairs_width) {
|
module step_pyramid_maze(maze_rows, block_width, stairs_width) {
|
||||||
maze_blocks = go_maze(
|
maze_blocks = go_maze(
|
||||||
1, 1, // starting point
|
1, 1, // starting point
|
||||||
starting_maze(maze_rows, maze_rows),
|
starting_maze(maze_rows, maze_rows),
|
||||||
@@ -67,4 +67,4 @@ module pyramidal_staircase_maze(maze_rows, block_width, stairs_width) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pyramidal_staircase_maze(maze_rows, block_width, stairs_width);
|
step_pyramid_maze(maze_rows, block_width, stairs_width);
|
Reference in New Issue
Block a user