1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-04-30 02:40:49 +02:00

update example

This commit is contained in:
Justin Lin 2019-08-27 08:36:10 +08:00
parent 86a7f9bb9d
commit 2a207bf709

View File

@ -107,7 +107,7 @@ levels = [
];
module shadow(levels, px_width) {
dots = px_gray(levels, center = true);
dots = px_gray(levels, center = true, normalize = true);
difference() {
square(len(levels), center = true);
render() union() {