Skip to content

Commit 3e92966

Browse files
committed
Add: Thumbnail
1 parent 751765f commit 3e92966

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
This is a UE4 plugin to provide utility functions for building kd-tree as
44
Blueprint Function Library.
55

6+
![Thumbnail](docs/images/thumbnail/kdtree.png)
7+
68
## Features
79

810
* Build kd-tree.

docs/images/thumbnail/kdtree.png

54.1 KB
Loading
File renamed without changes.
File renamed without changes.

docs/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Build kd-tree and do radius search
44

5-
![kdtree](images/kdtree.png)
5+
![kdtree](images/tutorial/kdtree.png)
66

77
1. `Build Kdtree` builds a kd-tree (`Kdtree` object in Blueprint) from `Vector`
88
objects.
@@ -18,7 +18,7 @@
1818

1919
## Use asynchronous version
2020

21-
![kdtree_async](images/kdtree_async.png)
21+
![kdtree_async](images/tutorial/kdtree_async.png)
2222

2323
1. `Build Kdtree Async` is an asynchronous version of `Build Kdtree`.
2424
* All synchronous versions (`Collect from Kdtree`, `Dump Kdtree to Console`,

0 commit comments

Comments
 (0)