1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-16 19:54:29 +02:00

change to 0-based

This commit is contained in:
Justin Lin
2020-12-19 11:14:47 +08:00
parent 931c388ad2
commit fcf2cc1511
16 changed files with 48 additions and 59 deletions

View File

@@ -21,7 +21,7 @@ module random_scala(rows, columns, start, width, height) {
random_scala(
rows = 2,
columns = 3,
start = [1, 1],
start = [0, 0],
width = .5,
height = .25
);