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/example017-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/example017-expected.csg')
-rw-r--r-- | tests/regression/dumptest/example017-expected.csg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regression/dumptest/example017-expected.csg b/tests/regression/dumptest/example017-expected.csg index 86bd2a0..a103945 100644 --- a/tests/regression/dumptest/example017-expected.csg +++ b/tests/regression/dumptest/example017-expected.csg @@ -188,7 +188,7 @@ group() { } } } - %multmatrix([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 12], [0, 0, 0, 1]]) { +% multmatrix([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 12], [0, 0, 0, 1]]) { group() { rotate_extrude(convexity = 2, $fn = 0, $fa = 12, $fs = 2) { square(size = [25, 68], center = false); |