diff options
Diffstat (limited to 'dimension/tests/complex.dmnsn')
-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 261052e..298f74b 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 = Ambient(0.25) + Reflection(0.5) + finish = Reflection(0.5) ) ) |