diff options
author | Duroxxigar <young9003@gmail.com> | 2020-02-10 15:24:00 +0100 |
---|---|---|
committer | Andrea Catania <info@andreacatania.com> | 2020-02-10 15:24:06 +0100 |
commit | 383c583a0b46b36ab9b0de57d0f3f7bdecb62fc8 (patch) | |
tree | 7ece640a3f24f626446451270353080bab14ac63 /thirdparty | |
parent | e6be3f68da4b88cb0c7d8c7464916235c73e1f92 (diff) |
Documented the new NavigationServer and all its associated nodes (2D and 3D)
Diffstat (limited to 'thirdparty')
-rw-r--r-- | thirdparty/README.md | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md index 255f0f6eb7..8143b4af56 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -432,7 +432,7 @@ Files extracted from upstream source: ## recastnavigation - Upstream: https://github.com/recastnavigation/recastnavigation -- version: git (ef3ea40f, 2017) +- Version: git (ef3ea40f, 2017) - License: zlib Files extracted from upstream source: @@ -441,19 +441,21 @@ Files extracted from upstream source: - License.txt -## Rvo2-3D +## Rvo2 - Upstream: http://gamma.cs.unc.edu/RVO2/ -- version: 1.0.1 +- Version: 3D - 1.0.1 - License: Apache 2.0 Files extracted from upstream source: - All .cpp and .h files in the `src/` folder except for RVOSimulator.cpp and RVOSimulator.h - LICENSE -- README -Important: Some files have Godot-made changes; so to enrich the features originally proposed by this library and better integrate this library with Godot. Please check the file to know what's new. +Important: Some files have Godot-made changes; so to enrich the features +originally proposed by this library and better integrate this library with +Godot. Please check the file to know what's new. + ## squish |