branch | pyrit |
changeset 78 | 9569e9f35374 |
parent 75 | 20dee9819b17 |
child 84 | 6f7fe14782c2 |
77:dbe8438d5dca | 78:9569e9f35374 |
---|---|
26 |
26 |
27 #include <Python.h> |
27 #include <Python.h> |
28 |
28 |
29 #include <vector> |
29 #include <vector> |
30 #include "raytracer.h" |
30 #include "raytracer.h" |
31 #include "scene.h" |
|
32 #include "octree.h" |
31 #include "octree.h" |
33 |
32 |
34 //=========================== Light Source Object =========================== |
33 //=========================== Light Source Object =========================== |
35 |
34 |
36 typedef struct { |
35 typedef struct { |