demos/buddha.py
branchpyrit
changeset 30 33f95441790e
parent 29 574c34441a1c
child 38 5d043eeb09d9
--- a/demos/buddha.py	Sat Dec 08 14:07:42 2007 +0100
+++ b/demos/buddha.py	Sat Dec 08 16:02:37 2007 +0100
@@ -12,8 +12,8 @@
 
 rt = Raytracer()
 mat = Material(colour=(0.9, 0.9, 0.9))
-LoadStanfordPlyFile(rt, "../models/happy/happy_vrip_res2.ply",
-	mat, smooth=True, scale=20.0, trans=(-3,0,0))
+LoadStanfordPlyFile(rt, "../models/happy/happy_vrip_res4.ply",
+	mat, smooth=True, scale=20.0, trans=(0,-3,0))
 
 light = Light(position=(-5.0, 2.0, 8.0), colour=(0.9, 0.3, 0.6))
 rt.addlight(light)