branch | pyrit |
changeset 80 | 907929fa9b59 |
parent 79 | 062b1c4143f7 |
child 82 | 930a2d3ecaed |
79:062b1c4143f7 | 80:907929fa9b59 |
---|---|
30 #include <vector> |
30 #include <vector> |
31 #include <typeinfo> |
31 #include <typeinfo> |
32 |
32 |
33 #include "common.h" |
33 #include "common.h" |
34 #include "sampler.h" |
34 #include "sampler.h" |
35 #include "noise.h" |
|
36 #include "vector.h" |
35 #include "vector.h" |
37 #include "quaternion.h" |
36 #include "quaternion.h" |
38 |
37 |
39 /** |
38 /** |
40 * ray |
39 * ray |