Setting set for mesh self-intersections fix. More...
Public Member Functions | |
| SelfIntersectionsSettings () | |
Public Attributes | |
| boolean | touchIsIntersection |
| If true then count touching faces as self-intersections. | |
| SelfIntersectionsMethod | method |
| number | relaxIterations |
| Maximum relax iterations. | |
| number | maxExpand |
| Maximum expand count (edge steps from self-intersecting faces), should be >= 0. | |
| number | subdivideEdgeLen |
| boolean | mimicPatch |
| trying to stay close to initial surface when patching | |
| progress | : number ) => boolean callback |
| Callback function. | |
Setting set for mesh self-intersections fix.
| SelfIntersectionsSettings::SelfIntersectionsSettings | ( | ) |
| progress SelfIntersectionsSettings::__pad0__ |
Callback function.
| number SelfIntersectionsSettings::maxExpand |
Maximum expand count (edge steps from self-intersecting faces), should be >= 0.
| SelfIntersectionsMethod SelfIntersectionsSettings::method |
| boolean SelfIntersectionsSettings::mimicPatch |
trying to stay close to initial surface when patching
| number SelfIntersectionsSettings::relaxIterations |
Maximum relax iterations.
| number SelfIntersectionsSettings::subdivideEdgeLen |
Edge length for subdivision of holes covers (0.0f means auto) FLT_MAX to disable subdivision
| boolean SelfIntersectionsSettings::touchIsIntersection |
If true then count touching faces as self-intersections.