diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-25 16:16:29 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-25 16:16:29 (GMT) |
commit | 5db9bfc2ffa2e8df9388433e4da7bdfce434d2c5 (patch) | |
tree | cd01ad29b4865573f8f0e2d1945aa310401448a7 /tests | |
parent | 3572251a9139bf95f2217c2e9957668b6c82ccdc (diff) |
Added test case for color override
Diffstat (limited to 'tests')
-rw-r--r-- | tests/regression/cgalpngtest/color-tests-expected.png | bin | 9554 -> 8360 bytes | |||
-rw-r--r-- | tests/regression/dumptest/color-tests-expected.txt | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/tests/regression/cgalpngtest/color-tests-expected.png b/tests/regression/cgalpngtest/color-tests-expected.png Binary files differindex 207fc5b..c7385d2 100644 --- a/tests/regression/cgalpngtest/color-tests-expected.png +++ b/tests/regression/cgalpngtest/color-tests-expected.png diff --git a/tests/regression/dumptest/color-tests-expected.txt b/tests/regression/dumptest/color-tests-expected.txt index 1224e2d..95fe012 100644 --- a/tests/regression/dumptest/color-tests-expected.txt +++ b/tests/regression/dumptest/color-tests-expected.txt @@ -52,4 +52,13 @@ } } } + multmatrix([[1, 0, 0, 24], [0, 1, 0, -12], [0, 0, 1, 0], [0, 0, 0, 1]]) { + color([1, 0, 0, 1]) { + color([0, 0, 1, 1]) { + group() { + cube(size = [10, 10, 10], center = false); + } + } + } + } |