demos/bunny.py
branchpyrit
changeset 40 929aad02c5f2
parent 38 5d043eeb09d9
child 46 6493fb65f0b1
--- a/demos/bunny.py	Fri Dec 14 16:51:22 2007 +0100
+++ b/demos/bunny.py	Mon Dec 17 22:03:50 2007 +0100
@@ -28,9 +28,11 @@
 rt.addshape(box2)
 
 light = Light(position=(-5.0, 3.0, 10.0), colour=(0.9, 0.3, 0.6))
+#light.castshadows(0)
 rt.addlight(light)
 
 light2 = Light(position=(4.0, 1.0, 10.0), colour=(0.2, 0.9, 0.5))
+#light2.castshadows(0)
 rt.addlight(light2)
 
 imagesize = (800, 600)