add demos to README.md
This commit is contained in:
@@ -4,7 +4,17 @@ Fast search of the point closest to the queried point in a data set. 2D, 3D and
|
|||||||
|
|
||||||
<!-- __demos__ -->
|
<!-- __demos__ -->
|
||||||
## Demos
|
## Demos
|
||||||
|
### DemoKNearestNeighbour01
|
||||||
|
[source code](src/demo/kotlin/DemoKNearestNeighbour01.kt)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
### DemoNearestNeighbour01
|
### DemoNearestNeighbour01
|
||||||
[source code](src/demo/kotlin/DemoNearestNeighbour01.kt)
|
[source code](src/demo/kotlin/DemoNearestNeighbour01.kt)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
### DemoRangeQuery01
|
||||||
|
[source code](src/demo/kotlin/DemoRangeQuery01.kt)
|
||||||
|
|
||||||
|

|
||||||
|
|||||||
@@ -59,6 +59,11 @@ fun boxMesh(
|
|||||||

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
### DemoBox
|
### DemoBox
|
||||||
[source code](src/demo/kotlin/DemoBox.kt)
|
[source code](src/demo/kotlin/DemoBox.kt)
|
||||||
|
|
||||||
|
|||||||
@@ -39,3 +39,14 @@ extend(TemporalBlur()) {
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
<!-- __demos__ -->
|
||||||
|
## Demos
|
||||||
|
### DemoBasic01
|
||||||
|
[source code](src/demo/kotlin/DemoBasic01.kt)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### DemoColorShift01
|
||||||
|
[source code](src/demo/kotlin/DemoColorShift01.kt)
|
||||||
|
|
||||||
|

|
||||||
|
|||||||
Reference in New Issue
Block a user