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:
3
main.cpp
3
main.cpp
@@ -36,7 +36,8 @@ int main(int argc, char** argv) {
|
||||
//::testing::GTEST_FLAG(filter) = "*Matrix4*";
|
||||
//::testing::GTEST_FLAG(filter) = "*Sphere3*";
|
||||
|
||||
::testing::GTEST_FLAG(filter) = "*RayTrace3*";
|
||||
::testing::GTEST_FLAG(filter) = "Geo_*";
|
||||
//::testing::GTEST_FLAG(filter) = "*RayTrace3*";
|
||||
//::testing::GTEST_FLAG(filter) = "*BVH*";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user