This website requires JavaScript.
Explore
Help
Register
Sign In
server_common
/
recastnavigation_v1.6.0
Watch
5
Star
0
Fork
0
You've already forked recastnavigation_v1.6.0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
recastnavigation_v1.6.0
/
Recast
/
Source
History
axelrodR
98f2f02c2b
Optimization of of the mesh detail construction: replaced the first of the 2 flood-fill algorithms (the one used to find the span corresponding to the center of the polygon) with a search of span at the center with the region matching the polygon.
2014-01-19 14:02:41 +02:00
..
Recast.cpp
Added rcIngoreUnused which can be called to ignore unused parameters.
2013-10-14 16:32:20 -04:00
RecastAlloc.cpp
Recast: Detail API documentation covering the elements declared in RecastAlloc.h.
2011-08-22 21:46:43 +00:00
RecastArea.cpp
- Added rcOffsetPoly() helper function to expand polygon areas
2012-06-02 10:13:59 +00:00
RecastContour.cpp
Better detection of portal edges between tiles.
2012-02-27 18:40:16 +00:00
RecastFilter.cpp
Recast: Detail API documentation for the members declared in Recast.h. (Complete)
2011-08-29 23:03:16 +00:00
RecastLayers.cpp
Fixed google code Issue 233
2013-09-17 21:12:43 +02:00
RecastMesh.cpp
Fix for Issue
#12
2014-01-02 21:03:05 +02:00
RecastMeshDetail.cpp
Optimization of of the mesh detail construction: replaced the first of the 2 flood-fill algorithms (the one used to find the span corresponding to the center of the polygon) with a search of span at the center with the region matching the polygon.
2014-01-19 14:02:41 +02:00
RecastRasterization.cpp
Rasterization optimization: replaced clipping for each individual cell. the clipping line/plane between two adjacent cells is common so data from former cell can be reused if we keep track of the "remaining polygon".
2014-01-15 14:14:08 +02:00
RecastRegion.cpp
Performance optimizations:
2014-01-08 12:02:00 +02:00