diff options
author | Tavian Barnes <tavianator@gmail.com> | 2011-07-10 11:57:45 -0600 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2011-07-10 11:57:45 -0600 |
commit | 784b86f008b5b71380a489fba6eafeb2b933ed9c (patch) | |
tree | dd1ea0c545f4ae90fd577feb264524c1cc412a00 /dimension | |
parent | 46f4e388d9391ed496649af1735bfee1460e897d (diff) | |
download | dimension-784b86f008b5b71380a489fba6eafeb2b933ed9c.tar.xz |
Fix complex test colors.
Diffstat (limited to 'dimension')
-rw-r--r-- | dimension/tests/complex.dmnsn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dimension/tests/complex.dmnsn b/dimension/tests/complex.dmnsn index 298f74b..3316a8b 100644 --- a/dimension/tests/complex.dmnsn +++ b/dimension/tests/complex.dmnsn @@ -58,7 +58,7 @@ def make_sphere(x, y, z, size): texture = Texture( pigment = Color(x/size, y/size, z/size), - finish = Reflection(0.5) + finish = Ambient(0.25) + Diffuse(0.8) + Reflection(0.5) ) ) |