#include <MROffsetVerts.h>
Public Attributes | |
| float | maxShift = 0 |
| bool | reduceSelfIntersections = false |
| if true, limits the movement of each vertex to reduce self-intersections in the mesh | |
| float | minThickness = 0 |
| only if (reduceSelfIntersections = true), avoids moving a vertex closer than this distance to another triangle | |
| ProgressCallback | progress |
| to report progress and cancel processing | |