Optimize remesh (2)

Update isotropic remesh target edge length
master
Jeremy Hu 2020-01-02 17:29:04 +09:30
parent 7f517386f0
commit f2093bd42a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ private:
std::vector<std::pair<QVector3D, float>> m_nodes; std::vector<std::pair<QVector3D, float>> m_nodes;
std::vector<std::pair<QUuid, QUuid>> m_sourceIds; std::vector<std::pair<QUuid, QUuid>> m_sourceIds;
void resolveSources(); void resolveSources();
void isotropicRemesh(float targetEdgeLength=0.021, unsigned int iterationNum=3); void isotropicRemesh(float targetEdgeLength=0.02f, unsigned int iterationNum=3);
}; };
#endif #endif