equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * C++ RayTracer |
2 * Pyrit Ray Tracer |
3 * file: scene.cc |
3 * file: scene.cc |
4 * |
4 * |
5 * Radek Brich, 2006 |
5 * Radek Brich, 2006-2007 |
6 */ |
6 */ |
7 |
7 |
8 #include <math.h> |
8 #include <math.h> |
9 |
9 |
10 #include "common.h" |
10 #include "common.h" |