Parameters structure for fixMeshCreases function.
More...
#include <MRMeshFixer.h>
Public Attributes | |
| float | creaseAngle = PI_F * 175.0f / 180.0f |
| edges with dihedral angle sharper this will be considered as creases | |
| float | criticalTriAspectRatio = 1e3f |
| planar check is skipped for faces with worse aspect ratio | |
| int | maxIters = 10 |
| maximum number of algorithm iterations | |
Parameters structure for fixMeshCreases function.
| float MR::FixCreasesParams::creaseAngle = PI_F * 175.0f / 180.0f |
edges with dihedral angle sharper this will be considered as creases
| float MR::FixCreasesParams::criticalTriAspectRatio = 1e3f |
planar check is skipped for faces with worse aspect ratio
| int MR::FixCreasesParams::maxIters = 10 |
maximum number of algorithm iterations