branch | pyrit |
changeset 21 | 79b516a3803d |
parent 19 | 4e0955fca797 |
child 22 | 76b7bd51d64a |
--- a/demos/spheres_ao.py Thu Nov 29 18:30:16 2007 +0100 +++ b/demos/spheres_ao.py Fri Nov 30 00:44:51 2007 +0100 @@ -7,7 +7,7 @@ import Image rt = Raytracer() -rt.ambientocclusion(samples=60, distance=6.0, angle=0.5) +rt.ambientocclusion(samples=100, distance=16.0, angle=0.5) light1 = Light(position=(0.0, 5.0, -5.0), colour=(0.7, 0.3, 0.6)) light1.castshadows(False)