Skip to content
Snippets Groups Projects
Commit 6edeb334 authored by mohitTyagi's avatar mohitTyagi
Browse files

BUG: Corrected the bug in the constructor of the MeshToMeshCD class.

parent eb6f5aa4
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ namespace imstk {
MeshToMeshCD::MeshToMeshCD(std::shared_ptr<SurfaceMesh> meshA,
std::shared_ptr<SurfaceMesh> meshB,
CollisionData& colData) :
CollisionDetection(CollisionDetection::Type::PlaneToSphere, colData),
CollisionDetection(CollisionDetection::Type::MeshToMesh, colData),
m_meshA(meshA),
m_meshB(meshB)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment