From 942fd9ff8e267b361de580a95fa247e486120891 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 21 Aug 2011 13:24:13 -0600 Subject: Replace sky_spheres with a single background pigment. --- libdimension-python/tests/demo.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libdimension-python/tests') diff --git a/libdimension-python/tests/demo.py b/libdimension-python/tests/demo.py index 307aafc..fe3518c 100755 --- a/libdimension-python/tests/demo.py +++ b/libdimension-python/tests/demo.py @@ -49,8 +49,7 @@ scene = Scene(canvas = canvas, lights = lights, camera = camera) scene.default_texture = Texture(finish = Ambient(0.1) + Diffuse(0.7)) -scene.background = Clear -scene.sky_sphere = sky_sphere +scene.background = background scene.adc_bailout = 1/255 scene.recursion_limit = 5 scene.raytrace() -- cgit v1.2.3