mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-22 06:13:10 +02:00
update example
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user