summaryrefslogtreecommitdiffstats
path: root/dimension/tests/complex.dmnsn
diff options
context:
space:
mode:
Diffstat (limited to 'dimension/tests/complex.dmnsn')
-rw-r--r--dimension/tests/complex.dmnsn2
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)
)
)