Generate correct number of lines :)
This commit is contained in:
parent
f42bf4723a
commit
c42d0dd23f
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ const generateLines = (maxCoordOnAxis: number, maxCoordPerpendicular: number, se
|
||||||
onEvenCoord ? stitches(seed, maxCoordPerpendicular) : reverse(stitches(seed, maxCoordPerpendicular))
|
onEvenCoord ? stitches(seed, maxCoordPerpendicular) : reverse(stitches(seed, maxCoordPerpendicular))
|
||||||
)
|
)
|
||||||
}),
|
}),
|
||||||
zip(range(maxCoordOnAxis), seeds)
|
zip(range(maxCoordOnAxis + 1), seeds)
|
||||||
)
|
)
|
||||||
|
|
||||||
// now we can put the functions above together based on the current settings and generate a scene to be drawn
|
// now we can put the functions above together based on the current settings and generate a scene to be drawn
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue