PyriteServer / PyriteCli

Pyrite3D Processing Engine/Service
MIT License
12 stars 5 forks source link

Improve Type 2 repairs #29

Open stefangordon opened 8 years ago

stefangordon commented 8 years ago

Type 2 repairs involve a face who has only 1 of 3 vertices located in the cube we are repairing. Currently we only handle this if the two cube edge intersections happen on the same edge. If they happen on different edges (in a corner) we make it worse. See the intersection of 4 cubes here where we have attempted type 2 repairs.

image