Go to file
2021-10-16 21:37:51 +08:00
data tmp update 2021-10-15 23:09:02 +08:00
src tmp update 2021-10-16 21:37:51 +08:00
.gitignore update gitignore 2021-10-14 21:40:50 +08:00
CMakeLists.txt update to tin library 2021-10-14 21:38:45 +08:00
config.sh tmp update 2021-10-15 23:09:02 +08:00
LibTINConfig.cmake.in update to tin library 2021-10-14 21:38:45 +08: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