branch | pyrit |
changeset 60 | a23b5089b9c3 |
parent 56 | d4481fc43952 |
child 75 | 20dee9819b17 |
--- a/demos/spheres_glass.py Fri Apr 04 13:54:47 2008 +0200 +++ b/demos/spheres_glass.py Tue Apr 08 01:05:12 2008 +0200 @@ -1,8 +1,5 @@ #!/usr/bin/python -import sys -sys.path.append(open('ModulePath').read().strip()) - from raytracer import Raytracer, Material, Box, Sphere, Light #, SphericalLight import Image