ashwin / gDel3D

gDel3D is the fastest 3D Delaunay triangulation algorithm. It uses the GPU for massive parallelism.

Home Page:https://github.com/ashwin/gDel3D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does it support incremental Delaunay TIN construction

leinxx opened this issue · comments

as in the title. I am implementing a progressive TIN densification algorithm. It requires an incremental Delaunay TIN construction algorithm. There is a lib named incremental-delaunay, but it is in js.

@leinxx What's a Delaunay TIN?