worked on 2D/3D raytracing

adjusted BVH
improved 2D/3D BVH
new bounding volumes
new test cases
renamed some test-cases for grouping reasons
made GPC header-only using slight adjustments
This commit is contained in:
2017-09-13 08:08:00 +02:00
parent c19d18a3a6
commit 686151b511
38 changed files with 1257 additions and 253 deletions

View File

@@ -1,5 +1,5 @@
#ifndef RAY3_H
#define RAY3_H
#ifndef GEO_RAY3_H
#define GEO_RAY3_H
#include "Point3.h"
@@ -25,4 +25,4 @@ public:
};
#endif // RAY3_H
#endif // GEO_RAY3_H