diff --git a/src/remesher.h b/src/remesher.h index e1585567..d404fdfe 100644 --- a/src/remesher.h +++ b/src/remesher.h @@ -27,7 +27,7 @@ private: std::vector> m_nodes; std::vector> m_sourceIds; void resolveSources(); - void isotropicRemesh(float targetEdgeLength=0.021, unsigned int iterationNum=3); + void isotropicRemesh(float targetEdgeLength=0.02f, unsigned int iterationNum=3); }; #endif