demos/triangles_monkey.py
branchpyrit
changeset 95 ca7d4c665531
parent 90 f6a72eb99631
--- a/demos/triangles_monkey.py	Thu May 08 09:21:25 2008 +0200
+++ b/demos/triangles_monkey.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)))
 
 light = Light(position=(-5.0, 2.0, 8.0), colour=(0.9, 0.3, 0.6))
 rt.addLight(light)