From 3b2980bd11690ef15f45cbce6ba52bf666f27eb7 Mon Sep 17 00:00:00 2001 From: nutti Date: Sun, 19 Nov 2023 21:30:45 +0900 Subject: [PATCH] Update: Documents --- docs/installation.md | 3 ++- docs/tutorial.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 71c2b6a..d98898e 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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 diff --git a/docs/tutorial.md b/docs/tutorial.md index 663e4ca..bbc0793 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -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. @@ -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`,