This commit is contained in:
grahamboree
2023-12-31 19:56:55 +00:00
parent 1127397146
commit 3d119d3d8e
13 changed files with 621 additions and 619 deletions

View File

@@ -98,13 +98,13 @@ $(document).ready(function(){initNavTree('RecastFilter_8cpp.html',''); initResiz
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:ga009f5e462077cc2f6d1f5fff57f2e412"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__recast.html#ga009f5e462077cc2f6d1f5fff57f2e412">rcFilterLowHangingWalkableObstacles</a> (<a class="el" href="classrcContext.html">rcContext</a> *context, const int walkableClimb, <a class="el" href="structrcHeightfield.html">rcHeightfield</a> &amp;heightfield)</td></tr>
<tr class="memdesc:ga009f5e462077cc2f6d1f5fff57f2e412"><td class="mdescLeft">&#160;</td><td class="mdescRight">Marks non-walkable spans as walkable if their maximum is within <code>walkableClimb</code> of a walkable neighbor. <a href="group__recast.html#ga009f5e462077cc2f6d1f5fff57f2e412">More...</a><br /></td></tr>
<tr class="memdesc:ga009f5e462077cc2f6d1f5fff57f2e412"><td class="mdescLeft">&#160;</td><td class="mdescRight">Marks non-walkable spans as walkable if their maximum is within <code>walkableClimb</code> of the span below them. <a href="group__recast.html#ga009f5e462077cc2f6d1f5fff57f2e412">More...</a><br /></td></tr>
<tr class="separator:ga009f5e462077cc2f6d1f5fff57f2e412"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gad40c996631bc70091d7355dc4c950655"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__recast.html#gad40c996631bc70091d7355dc4c950655">rcFilterLedgeSpans</a> (<a class="el" href="classrcContext.html">rcContext</a> *context, const int walkableHeight, const int walkableClimb, <a class="el" href="structrcHeightfield.html">rcHeightfield</a> &amp;heightfield)</td></tr>
<tr class="memdesc:gad40c996631bc70091d7355dc4c950655"><td class="mdescLeft">&#160;</td><td class="mdescRight">Marks spans that are ledges as not-walkable. <a href="group__recast.html#gad40c996631bc70091d7355dc4c950655">More...</a><br /></td></tr>
<tr class="separator:gad40c996631bc70091d7355dc4c950655"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga0dbfbeebd642c1b79323ba7723d91a49"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__recast.html#ga0dbfbeebd642c1b79323ba7723d91a49">rcFilterWalkableLowHeightSpans</a> (<a class="el" href="classrcContext.html">rcContext</a> *context, const int walkableHeight, <a class="el" href="structrcHeightfield.html">rcHeightfield</a> &amp;heightfield)</td></tr>
<tr class="memdesc:ga0dbfbeebd642c1b79323ba7723d91a49"><td class="mdescLeft">&#160;</td><td class="mdescRight">Marks walkable spans as not walkable if the clearance above the span is less than the specified height. <a href="group__recast.html#ga0dbfbeebd642c1b79323ba7723d91a49">More...</a><br /></td></tr>
<tr class="memdesc:ga0dbfbeebd642c1b79323ba7723d91a49"><td class="mdescLeft">&#160;</td><td class="mdescRight">Marks walkable spans as not walkable if the clearance above the span is less than the specified walkableHeight. <a href="group__recast.html#ga0dbfbeebd642c1b79323ba7723d91a49">More...</a><br /></td></tr>
<tr class="separator:ga0dbfbeebd642c1b79323ba7723d91a49"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
</div><!-- contents -->