Skip to content

Commit 9d3c4fa

Browse files
committed
docs: add a demo
1 parent 6053b22 commit 9d3c4fa

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
This is an example implementation of the *closest point on mesh* algorithm. Given any 3D point and any mesh, it should find the closest point on the mesh to the given point in a maximum given radius. A GUI comes with it to demonstrate the results and performance. Automated tests are available in the program. They test the low level methods of the algorithm.
22

3-
:noteboo: [Documentation](https://oktomus.com/cpp-closest-point-on-mesh)
3+
:notebook: [Documentation](https://oktomus.com/cpp-closest-point-on-mesh)
44

5-
# Demo
5+
![demo](demo.gif)
6+
![demo](demo2.gif)
67

78
# Performance
89

demo.gif

1.55 MB
Loading

demo2.gif

5.4 MB
Loading

0 commit comments

Comments
 (0)