delaunay-tin/README.md

31 lines
340 B
Markdown
Raw Permalink Normal View History

2021-09-16 11:17:16 +08:00
### Generation of a Triangular Irregular Network (TIN) from a dense DEM grid
<img src="topo_TIN.png" alt="topo_TIN" style="zoom:24%;" />
#### Compile
```shell
g++ demo.cpp
```
#### Run demo
```shell
./a.out
```
#### Visualization
##### macOS
```shell
open -a Gmsh topo_TIN.msh
```
##### Linux/Unix
```shell
gmsh topo_TIN.msh
```