summaryrefslogtreecommitdiffstats
path: root/dimension/tests/complex.dmnsn
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2011-06-17 12:13:15 -0600
committerTavian Barnes <tavianator@gmail.com>2011-06-17 13:28:16 -0600
commit9f0b74d5174c53e38392abeae913ccf25f3f967e (patch)
treec9d07656a471e5dd95223fa51aed32e50ab686f7 /dimension/tests/complex.dmnsn
parent8a01c01119d134828c511ee68367b5b0e3bd094f (diff)
downloaddimension-9f0b74d5174c53e38392abeae913ccf25f3f967e.tar.xz
Add pigment= and finish= shorthand to Object.__init__().
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 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)
)
)