#include <MRInnerShell.h>
Public Attributes | |
| Side | side = Side::Negative |
| specifies which side of shell is of interest: negative or positive relative to mesh normals | |
| float | maxDistSq = FLT_MAX |
| specifies maximum squared distance from shell parts of interest to source mesh | |
| bool | useWindingNumber = false |
| if true, a slower algorithm is activated that is more robust in the presence of self-intersections on mesh | |
| float | windingNumberThreshold = 0.25f |
| int | minVertsInComp = 10 |