From 9f0b74d5174c53e38392abeae913ccf25f3f967e Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 17 Jun 2011 12:13:15 -0600 Subject: Add pigment= and finish= shorthand to Object.__init__(). --- dimension/tests/complex.dmnsn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dimension/tests/complex.dmnsn') 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) ) ) -- cgit v1.2.3