diff options
Diffstat (limited to 'tests/regression/dumptest/highlight-and-background-modifier-expected.csg')
-rw-r--r-- | tests/regression/dumptest/highlight-and-background-modifier-expected.csg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/regression/dumptest/highlight-and-background-modifier-expected.csg b/tests/regression/dumptest/highlight-and-background-modifier-expected.csg index 8402355..eaf9b1f 100644 --- a/tests/regression/dumptest/highlight-and-background-modifier-expected.csg +++ b/tests/regression/dumptest/highlight-and-background-modifier-expected.csg @@ -1,12 +1,12 @@ group() { difference() { sphere($fn = 0, $fa = 12, $fs = 2, r = 10); - %cylinder($fn = 0, $fa = 12, $fs = 2, h = 30, r1 = 6, r2 = 6, center = true); - %group() { +% cylinder($fn = 0, $fa = 12, $fs = 2, h = 30, r1 = 6, r2 = 6, center = true); +% group() { cube(size = [25, 6, 3], center = true); } } - %multmatrix([[1, 0, 0, 0], [0, 1, 0, -9], [0, 0, 1, 0], [0, 0, 0, 1]]) { +% multmatrix([[1, 0, 0, 0], [0, 1, 0, -9], [0, 0, 1, 0], [0, 0, 0, 1]]) { difference() { color([0, 0.501961, 0, 1]) { cube(size = [10, 4, 10], center = true); @@ -18,7 +18,7 @@ group() { } } } - %multmatrix([[1, 0, 0, 13], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { +% multmatrix([[1, 0, 0, 13], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { difference() { sphere($fn = 0, $fa = 12, $fs = 2, r = 10); cylinder($fn = 0, $fa = 12, $fs = 2, h = 30, r1 = 6, r2 = 6, center = true); @@ -47,7 +47,7 @@ group() { cube(size = [25, 6, 3], center = true); } } - %multmatrix([[1, 0, 0, 0], [0, 1, 0, -9], [0, 0, 1, 0], [0, 0, 0, 1]]) { +% multmatrix([[1, 0, 0, 0], [0, 1, 0, -9], [0, 0, 1, 0], [0, 0, 0, 1]]) { difference() { color([0, 0.501961, 0, 1]) { cube(size = [10, 4, 10], center = true); |