Loading isis/src/base/objs/BulletDskShape/BulletDskShape.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -232,8 +232,8 @@ namespace Isis { btAssert ( pindex[i] < v_vertices ); } // bool useQuantizedAabbCompression = true; bool useQuantizedAabbCompression = false; bool useQuantizedAabbCompression = true; // bool useQuantizedAabbCompression = false; btBvhTriangleMeshShape *v_triShape = new btBvhTriangleMeshShape(m_mesh.data(), useQuantizedAabbCompression); v_triShape->setUserPointer(this); Loading Loading
isis/src/base/objs/BulletDskShape/BulletDskShape.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -232,8 +232,8 @@ namespace Isis { btAssert ( pindex[i] < v_vertices ); } // bool useQuantizedAabbCompression = true; bool useQuantizedAabbCompression = false; bool useQuantizedAabbCompression = true; // bool useQuantizedAabbCompression = false; btBvhTriangleMeshShape *v_triShape = new btBvhTriangleMeshShape(m_mesh.data(), useQuantizedAabbCompression); v_triShape->setUserPointer(this); Loading