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