swordlegend / recastnavigation

Automatically exported from code.google.com/p/recastnavigation
zlib License
0 stars 0 forks source link

Custom Off-Mesh Links (aka jump links) #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Implement custom off-mesh links:
1) Point-to-point
2) Segment-to-segment

Original issue reported on code.google.com by memono...@gmail.com on 26 Aug 2009 at 12:02

GoogleCodeExporter commented 9 years ago

Original comment by memono...@gmail.com on 26 Aug 2009 at 12:23

GoogleCodeExporter commented 9 years ago
Just some added info for this. NavPower had pretty nice custom link support. You
could create a link(point to point), or a link strip(segment to segment). They 
also
had a 32 bit mask that was used as part of the pathfind query so that certain 
unit
types could 'support' certain types of links.

Original comment by jswig...@gmail.com on 27 Aug 2009 at 2:05

GoogleCodeExporter commented 9 years ago
Any ETA for this? IMO this would seem to me a critical aspect of the navmesh
functionality. Manually definable links as a first pass and maybe later more 
complex
automatic determination of jump or fall links(to connect upper areas to lower 
areas)
I just need manually definable links asap to support teleporters and jetpack and
ladders(oh my)

Original comment by jswig...@gmail.com on 5 Dec 2009 at 5:41

GoogleCodeExporter commented 9 years ago
I had less time to work on Recast this autumn as I expected when I laid out my 
road
map last summer. Links have been mostly waiting for the tile/stat mesh merging. 
I
cannot promise any other ETA than coming soon.

Original comment by memono...@gmail.com on 6 Dec 2009 at 8:40

GoogleCodeExporter commented 9 years ago
thanks. are you taking contributions? can I help with some features by 
collaborating
with you?

Original comment by jswig...@gmail.com on 6 Dec 2009 at 5:18

GoogleCodeExporter commented 9 years ago
Point-to-point links done, I'll save the segment-to-segment links for later.

Original comment by memono...@gmail.com on 27 Jan 2010 at 2:16