demos/car.py
branchpyrit
changeset 62 07c2f8084719
parent 60 a23b5089b9c3
child 69 303583d2fb97
--- a/demos/car.py	Wed Apr 09 00:29:11 2008 +0200
+++ b/demos/car.py	Wed Apr 09 11:35:59 2008 +0200
@@ -13,7 +13,7 @@
 rt.setcamera(cam)
 
 mat = Material(colour=(0.9, 0.9, 0.9))
-LoadLightwaveLwoFile(rt, "../models/car/Nissan300ZX.lwo", mat, smooth=False, scale=0.4)
+LoadLightwaveLwoFile(rt, "../models/lwo/Nissan300ZX.lwo", mat, smooth=False, scale=0.4)
 
 light = Light(position=(-5.0, 10.0, 8.0), colour=(0.9, 0.9, 0.9))
 rt.addlight(light)