modified lib GPC for header only
worked on 3d traytracing
This commit is contained in:
4
main.cpp
4
main.cpp
@@ -33,10 +33,12 @@ int main(int argc, char** argv) {
|
||||
//::testing::GTEST_FLAG(filter) = "*Triangle*";
|
||||
//::testing::GTEST_FLAG(filter) = "*Ray.ModelFac*";
|
||||
//::testing::GTEST_FLAG(filter) = "*DataMap3*";
|
||||
::testing::GTEST_FLAG(filter) = "*RayTrace3*";
|
||||
//::testing::GTEST_FLAG(filter) = "*Matrix4*";
|
||||
//::testing::GTEST_FLAG(filter) = "*Sphere3*";
|
||||
|
||||
::testing::GTEST_FLAG(filter) = "*RayTrace3*";
|
||||
//::testing::GTEST_FLAG(filter) = "*BVH*";
|
||||
|
||||
|
||||
//::testing::GTEST_FLAG(filter) = "*Barometer*";
|
||||
//::testing::GTEST_FLAG(filter) = "*GridWalk2RelPressure*";
|
||||
|
||||
Reference in New Issue
Block a user