This commit is contained in:
Adam Chalmers
2025-04-28 21:22:38 -05:00
parent 3f3432cb73
commit 1c9a613fbc
2 changed files with 58 additions and 50 deletions

View File

@ -17,4 +17,4 @@ fn cube(length, center) {
|> extrude(length = length)
}
myCube = cube(40, [0,0])
myCube = cube(length = 40, center = [0,0])