Mikko Mononen

Results 3 issues of Mikko Mononen

We will have a new family member this autumn, and the little free time I used to have will be gone for good. I would like to find a small...

https://github.com/memononen/recastnavigation/blob/master/Recast/Source/RecastRasterization.cpp#L123-L131 ``` C // Prefer larger area type when almost parallel to aliasing, else choose top-most area. if (rcAbs((int)s->smax - (int)cur->smax) area = rcMax(s->area, cur->area); else if (cur->smax > s->smax)...

type: enhancement
area: Recast

In order to add and remove off-mesh links at runtime, the links should not be part of the tile. This also implies that the links (dtLink) are in one big...

type: enhancement
area: Detour