Results of MR::decimateMesh. More...
#include <MRMeshDecimate.h>
Public Attributes | |
| int | vertsDeleted = 0 |
| Number deleted verts. Same as the number of performed collapses. | |
| int | facesDeleted = 0 |
| float | errorIntroduced = 0 |
| bool | cancelled = true |
| whether the algorithm was cancelled by the callback | |
Results of MR::decimateMesh.
| bool MR::DecimateResult::cancelled = true |
whether the algorithm was cancelled by the callback
| float MR::DecimateResult::errorIntroduced = 0 |
for DecimateStrategy::MinimizeError: estimated distance deviation of decimated mesh from the original mesh for DecimateStrategy::ShortestEdgeFirst: the shortest remaining edge in the mesh
| int MR::DecimateResult::facesDeleted = 0 |
Number deleted faces
| int MR::DecimateResult::vertsDeleted = 0 |
Number deleted verts. Same as the number of performed collapses.