Skip to content

Commit

Permalink
Update: Documents
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Nov 19, 2023
1 parent 4993ab7 commit 3b2980b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
## 1. Download source code

Download whole project's source code from
[GitHub](https://github.com/nutti/UE4-Kdtree/archive/master.zip) and unzip it.
[GitHub](https://github.com/nutti/UEPlugin-Kdtree/archive/refs/heads/master.zip)
and unzip it.

## 2. Move the plugin

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Build kd-tree and do radius search

![kdtree](docs/images/kdtree.png)
![kdtree](images/kdtree.png)

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

## Use asynchronous version

![kdtree_async](docs/images/kdtree_async.png)
![kdtree_async](images/kdtree_async.png)

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

0 comments on commit 3b2980b

Please sign in to comment.