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
|
||||
### DemoKNearestNeighbour01
|
||||
[source code](src/demo/kotlin/DemoKNearestNeighbour01.kt)
|
||||
|
||||

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

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

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

|
||||
|
||||

|
||||
|
||||
### DemoBox
|
||||
[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