nofaceinbook / muxp

Mesh Updater X-Plane
GNU Lesser General Public License v3.0
18 stars 3 forks source link

sortPointsAlongPoly can cause error, when Poly is transformed due to ACCURACY #44

Open nofaceinbook opened 3 years ago

nofaceinbook commented 3 years ago

PolyCutPoly function is adjusted in order to not create mini trias when cutting points are too close to existing vertices. This means that the points to be sorted (which are not adjusted) are not laying any more on the poly and can thus not be sorted. --> easy way for intermediat solution might be to higher the epsilon value for allowed difference