diff -r 25b7c445cf61 -r 4e0955fca797 demos/triangles_sphere.py --- a/demos/triangles_sphere.py Mon Nov 26 17:31:37 2007 +0100 +++ b/demos/triangles_sphere.py Mon Nov 26 23:12:40 2007 +0100 @@ -26,11 +26,11 @@ mat = Material(colour=(0.9, 0.9, 0.9)) LoadWavefrontObjFile(rt, mat, "sphere.obj") -light1 = Light(position=(0.0, 2.0, -5.0), colour=(0.9, 0.3, 0.6)) +light1 = Light(position=(0.0, 2.0, 6.0), colour=(0.9, 0.3, 0.6)) light1.castshadows(False); rt.addlight(light1) -light2 = Light(position=(-2.0, -5.0, -7.0), colour=(0.7, 1.0, 0.3)) +light2 = Light(position=(-2.0, -5.0, 7.0), colour=(0.7, 1.0, 0.3)) light2.castshadows(False); rt.addlight(light2)