update readme

This commit is contained in:
2021-09-16 09:28:49 +08:00
parent 209fca546e
commit 1e688d34f0
6 changed files with 9453 additions and 2934 deletions

View File

@@ -0,0 +1,30 @@
### Generation of a Triangular Irregular Network (TIN) from a dense DEM grid
<img src="topo_TIN_err1e0.png" alt="topo_TIN_err1e0" 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
```