LuigiGiaccari / Surface-Reconstruction-Toolbox

Offers several algorithms to triangulate 3d scattered points
GNU General Public License v3.0
45 stars 10 forks source link

outer boundary filled with faces #16

Open isantos85 opened 4 years ago

isantos85 commented 4 years ago

Hello Team,

I am using this application to create new mesh , i am passing one cgo file with QuickTerrain and getting some issue.

i am updating all vertex details into cgo file with output stl file, that outer boundary is connected with changed shape.

Please check the file from the attached zip file , and check the issue from attached image. darts.zip github

Please suggest me how i will get correct output from mesher same like input details.

regards, Santosh

LuigiGiaccari commented 2 years ago

Thanks for the report. QuickTerrain meshes inside the convex hull. This is expected behaviour, some post-processing may give desired result but the algorithm is bahaving correctly.