RayVsModel & RayVsAABB comparison continued

This commit is contained in:
verysecrethero
2015-12-14 17:53:11 +01:00
parent 7f8e78c8cd
commit 948f6d5de7
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -127,7 +127,8 @@ BOOST_AUTO_TEST_CASE(rayVsModelTest2)
maxPos = glm::vec3(0.5f, 0.5f, 0.5f);
someAABB = AABB(minPos, maxPos);
ResourceManager::RegisterType<RawModel>("RawModel");
auto unitBox = ResourceManager::Load<RawModel>("Models/Core/UnitBox.obj");
//auto unitBox = ResourceManager::Load<RawModel>("Models/Core/UnitBox.obj");
auto unitBox = ResourceManager::Load<RawModel>("Models/Core/UnitCube.obj");
BOOST_CHECK(unitBox != nullptr);
for (size_t i = 0; i < 1000000; i++)