Unverified Commit 08a8290a authored by Kristin's avatar Kristin Committed by GitHub
Browse files

Update BulletDskShape.cpp

Revert to using the QuantizedAabbCompression.
parent 25da015b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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);