diff options
author | Marius Kintel <marius@kintel.net> | 2014-02-05 04:49:10 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2014-02-06 05:50:00 (GMT) |
commit | 716d8a7ab3b93404bfcc5f2687d412272e6b7cfd (patch) | |
tree | aff3c4896a9cb56c1ba70576f419a2d7f22618ca /tests/regression/dumptest/highlight-and-background-modifier-expected.csg | |
parent | 6a1d91dc76ec819e85b180b8cdaf40ddd639a538 (diff) |
Moved % modifier handling from node to nodedumper. This makes nodes with % operators use the existing cache instead of recalculating the object
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); |