Fixing Clang warnings 3

This commit is contained in:
Lukas Matena
2021-01-29 18:08:04 +01:00
parent 301ac20fa1
commit f968cfd2d5
21 changed files with 25 additions and 29 deletions

View File

@ -55,8 +55,6 @@ public:
}
};
static const constexpr double MESH_EPS = 1e-6;
IndexedMesh::IndexedMesh(const TriangleMesh& tmesh)
: m_aabb(new AABBImpl()), m_tm(&tmesh)
{