| branch | pyrit |
| changeset 6 | d8d596d26f25 |
| parent 1 | e74bf781067e |
| child 14 | fc18ac4833f2 |
| 5:2d97ea5e711a | 6:d8d596d26f25 |
|---|---|
1 #!/usr/bin/python |
1 #!/usr/bin/python |
2 |
2 |
3 import sys |
3 import sys |
4 sys.path.append("../") |
4 sys.path.append("..") |
5 |
5 |
6 from raytracer import Raytracer, Material, Plane, Sphere, Light |
6 from raytracer import Raytracer, Material, Plane, Sphere, Light |
7 import Image |
7 import Image |
8 |
8 |
9 rt = Raytracer() |
9 rt = Raytracer() |