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 { ...@@ -31,7 +31,7 @@ namespace imstk {
MeshToMeshCD::MeshToMeshCD(std::shared_ptr<SurfaceMesh> meshA, MeshToMeshCD::MeshToMeshCD(std::shared_ptr<SurfaceMesh> meshA,
std::shared_ptr<SurfaceMesh> meshB, std::shared_ptr<SurfaceMesh> meshB,
CollisionData& colData) : CollisionData& colData) :
CollisionDetection(CollisionDetection::Type::PlaneToSphere, colData), CollisionDetection(CollisionDetection::Type::MeshToMesh, colData),
m_meshA(meshA), m_meshA(meshA),
m_meshB(meshB) 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