summaryrefslogtreecommitdiffstats
path: root/libdimension-python/tests/demo.py
diff options
context:
space:
mode:
Diffstat (limited to 'libdimension-python/tests/demo.py')
-rwxr-xr-xlibdimension-python/tests/demo.py3
1 files changed, 1 insertions, 2 deletions
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()