- Moved license.txt, readme.txt to root folder
- Added TODO.txt
This commit is contained in:
parent
f2595134a4
commit
ea8fb55a46
@ -25,15 +25,19 @@ the regions as simple polygons.
|
|||||||
finally converted to convex polygons which makes them perfect for
|
finally converted to convex polygons which makes them perfect for
|
||||||
pathfinding and spatial reasoning about the level.
|
pathfinding and spatial reasoning about the level.
|
||||||
|
|
||||||
|
The toolset code is located in the Recast folder and demo application using the Recast
|
||||||
|
toolset is located in the RecastDemo folder.
|
||||||
|
|
||||||
The project files with this distribution can be compiled with Microsoft Visual C++ 2008
|
The project files with this distribution can be compiled with Microsoft Visual C++ 2008
|
||||||
(you can download it for free) and XCode 3.1.
|
(you can download it for free) and XCode 3.1.
|
||||||
|
|
||||||
You can find examples how to use the library on the Examples directory.
|
|
||||||
|
|
||||||
--
|
--
|
||||||
|
|
||||||
Recast 1.0 Release Notes
|
Release Notes
|
||||||
Released March 29th, 2009
|
|
||||||
|
----------------
|
||||||
|
* Recast 1.0
|
||||||
|
Released March 29th, 2009
|
||||||
|
|
||||||
This is the first release of Recast.
|
This is the first release of Recast.
|
||||||
|
|
13
TODO.txt
Normal file
13
TODO.txt
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
TODO/Roadmap
|
||||||
|
|
||||||
|
Version 1.0 - Spring 2009
|
||||||
|
- Initial release
|
||||||
|
|
||||||
|
Version 1.1 - Spring/Summer 2009
|
||||||
|
- Include first version of Detour, runtime library for static navigation meshes
|
||||||
|
|
||||||
|
Version 1.2 - Summer 2009
|
||||||
|
- Add tile based processing
|
||||||
|
|
||||||
|
Version 1.3 Summer/Autumn 2009
|
||||||
|
- Add dynamic navigation mesh for Detour
|
Loading…
x
Reference in New Issue
Block a user