1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-22 06:13:10 +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) { module shadow(levels, px_width) {
dots = px_gray(levels, center = true); dots = px_gray(levels, center = true, normalize = true);
difference() { difference() {
square(len(levels), center = true); square(len(levels), center = true);
render() union() { render() union() {