summaryrefslogtreecommitdiff
path: root/testdata/scad/features/highlight-modifier.scad
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/scad/features/highlight-modifier.scad')
-rw-r--r--testdata/scad/features/highlight-modifier.scad5
1 files changed, 5 insertions, 0 deletions
diff --git a/testdata/scad/features/highlight-modifier.scad b/testdata/scad/features/highlight-modifier.scad
index f228d08..2141f58 100644
--- a/testdata/scad/features/highlight-modifier.scad
+++ b/testdata/scad/features/highlight-modifier.scad
@@ -3,3 +3,8 @@ difference() {
#cylinder(h=30, r=6, center=true);
}
#if (true) cube([25,6,3], center=true);
+
+#translate([0,-9,0]) difference() {
+ color("green") cube([10,4,10], center=true);
+ color("red") translate([0,-2,0]) sphere(3);
+}
contact: Jan Huwald // Impressum