MeshLib
 
Loading...
Searching...
No Matches
MRDecimateResult Struct Reference

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
 

Detailed Description

results of mrDecimateMesh

Member Data Documentation

◆ cancelled

bool MRDecimateResult::cancelled

whether the algorithm was cancelled by the callback

◆ errorIntroduced

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

◆ facesDeleted

int MRDecimateResult::facesDeleted

Number deleted faces.

◆ vertsDeleted

int MRDecimateResult::vertsDeleted

Number deleted verts. Same as the number of performed collapses.


The documentation for this struct was generated from the following file: