mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-09 08:16:50 +02:00
refactor
This commit is contained in:
@@ -25,6 +25,5 @@ function _vx_gray_impl(levels, center, invert, normalize) =
|
|||||||
)
|
)
|
||||||
[
|
[
|
||||||
for(i = height - 1; i > -1; i = i - 1)
|
for(i = height - 1; i > -1; i = i - 1)
|
||||||
let(row = _vx_gray_row(height - i - 1, levels[i], width, height, center, invert, normalize))
|
each _vx_gray_row(height - i - 1, levels[i], width, height, center, invert, normalize)
|
||||||
if(row != []) each row
|
|
||||||
];
|
];
|
Reference in New Issue
Block a user