From 784b86f008b5b71380a489fba6eafeb2b933ed9c Mon Sep 17 00:00:00 2001
From: Tavian Barnes <tavianator@gmail.com>
Date: Sun, 10 Jul 2011 11:57:45 -0600
Subject: Fix complex test colors.

---
 dimension/tests/complex.dmnsn | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'dimension/tests')

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)
     )
   )
 
-- 
cgit v1.2.3