Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anapupa authored Nov 21, 2021
1 parent 9e02dd8 commit e6bbf41
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ num of boundary edges: 1167
Time of Kernel << PQGFSmoothing >> 338.622 ms.
```
---
<img src="https://github.com/anapupa/cuMesh/blob/main/docs/images/snapshot02_L00.png" alt="Quadric Smoothed" width="500" height="whatever" />
<img src="https://github.com/anapupa/cuMesh/blob/main/docs/images/snapshot02_L01.png" alt="Original Mesh" width="500" height="whatever"/>
<img src="https://github.com/anapupa/cuMesh/blob/main/docs/images/snapshot02_L00.png" alt="Quadric Smoothed" width="480" height="whatever" /> <img src="https://github.com/anapupa/cuMesh/blob/main/docs/images/snapshot02_L01.png" alt="Original Mesh" width="480" height="whatever"/>

```cpp
#include <cuMesh/SurfaceMesh.h>
Expand All @@ -38,4 +37,4 @@ int main (int argc, char **argv) {
git clone --recurse-submodules [email protected]:anapupa/cuMesh.git
cd cuMesh && mkdir build
cmake .. && make -j 10
```
```

0 comments on commit e6bbf41

Please sign in to comment.