Go to file
2021-10-14 21:38:45 +08:00
.vscode update src 2021-09-27 20:19:42 +08:00
data update to tin library 2021-10-14 21:38:45 +08:00
src update to tin library 2021-10-14 21:38:45 +08:00
.gitignore update to tin library 2021-10-14 21:38:45 +08:00
CMakeLists.txt update to tin library 2021-10-14 21:38:45 +08:00
LibTINConfig.cmake.in update to tin library 2021-10-14 21:38:45 +08:00
LICENSE update LICENSE. 2021-09-16 01:33:00 +00:00
README.md update src 2021-09-16 23:09:12 +08:00

Generation of a Triangular Irregular Network (TIN) from a dense DEM grid

topo_TIN

Compile

g++ demo.cpp -O2

Run demo

./a.out

Visualization

macOS
open -a Gmsh topo_TIN.msh
Linux/Unix
gmsh topo_TIN.msh