branch | pyrit |
changeset 60 | a23b5089b9c3 |
parent 56 | d4481fc43952 |
child 75 | 20dee9819b17 |
59:64e456ab823d | 60:a23b5089b9c3 |
---|---|
1 #!/usr/bin/python |
1 #!/usr/bin/python |
2 |
|
3 import sys |
|
4 sys.path.append(open('ModulePath').read().strip()) |
|
5 |
2 |
6 from raytracer import Raytracer, Material, Box, Sphere, Light |
3 from raytracer import Raytracer, Material, Box, Sphere, Light |
7 #, SphericalLight |
4 #, SphericalLight |
8 import Image |
5 import Image |
9 |
6 |