branch | pyrit |
changeset 5 | 2d97ea5e711a |
parent 4 | c73bc405ee7a |
child 7 | bf17f9f84c91 |
4:c73bc405ee7a | 5:2d97ea5e711a |
---|---|
30 int w; |
30 int w; |
31 float vx, vy, dx, dy; |
31 float vx, vy, dx, dy; |
32 Vector3 eye; |
32 Vector3 eye; |
33 float *iter; |
33 float *iter; |
34 }; |
34 }; |
35 static void *renderrow(void *data); |
35 //static void *renderrow(void *data); |
36 |
36 |
37 class Raytracer |
37 class Raytracer |
38 { |
38 { |
39 ShapeList shapes; |
39 ShapeList shapes; |
40 vector<Light*> lights; |
40 vector<Light*> lights; |