demos/triangles_monkey.py
branchpyrit
changeset 62 07c2f8084719
parent 60 a23b5089b9c3
child 75 20dee9819b17
--- a/demos/triangles_monkey.py	Wed Apr 09 00:29:11 2008 +0200
+++ b/demos/triangles_monkey.py	Wed Apr 09 11:35:59 2008 +0200
@@ -6,7 +6,7 @@
 
 rt = Raytracer()
 mat = Material(colour=(0.9, 0.9, 0.9))
-LoadWavefrontObjFile(rt, "monkey.obj", mat, 1.5)
+LoadWavefrontObjFile(rt, "../models/obj/monkey.obj", mat, 1.5)
 
 light = Light(position=(-5.0, 2.0, 8.0), colour=(0.9, 0.3, 0.6))
 rt.addlight(light)