File tree 3 files changed +21
-4
lines changed
3 files changed +21
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -25,15 +25,19 @@ the regions as simple polygons.
25
25
finally converted to convex polygons which makes them perfect for
26
26
pathfinding and spatial reasoning about the level.
27
27
28
+ The toolset code is located in the Recast folder and demo application using the Recast
29
+ toolset is located in the RecastDemo folder.
30
+
28
31
The project files with this distribution can be compiled with Microsoft Visual C++ 2008
29
32
(you can download it for free) and XCode 3.1.
30
33
31
- You can find examples how to use the library on the Examples directory.
32
-
33
34
--
34
35
35
- Recast 1.0 Release Notes
36
- Released March 29th, 2009
36
+ Release Notes
37
+
38
+ ----------------
39
+ * Recast 1.0
40
+ Released March 29th, 2009
37
41
38
42
This is the first release of Recast.
39
43
Original file line number Diff line number Diff line change
1
+ TODO/Roadmap
2
+
3
+ Version 1.0 - Spring 2009
4
+ - Initial release
5
+
6
+ Version 1.1 - Spring/Summer 2009
7
+ - Include first version of Detour, runtime library for static navigation meshes
8
+
9
+ Version 1.2 - Summer 2009
10
+ - Add tile based processing
11
+
12
+ Version 1.3 Summer/Autumn 2009
13
+ - Add dynamic navigation mesh for Detour
You can’t perform that action at this time.
0 commit comments