demos/triangles_sphere.py
branchpyrit
changeset 95 ca7d4c665531
parent 90 f6a72eb99631
--- a/demos/triangles_sphere.py	Thu May 08 09:21:25 2008 +0200
+++ b/demos/triangles_sphere.py	Sat May 10 14:29:37 2008 +0200
@@ -6,7 +6,7 @@
 rt = Raytracer()
 top = KdTree()
 rt.setTop(top)
-rt.setCamera(Camera())
+rt.setCamera(Camera(eye=(0,0,6)))
 
 light1 = Light(position=(0.0, 2.0, 6.0), colour=(0.9, 0.3, 0.6))
 light1.castShadows(False);