-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
138 changed files
with
16,890 additions
and
15,689 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
layout: page | ||
parent: Search | ||
grand_parent: ∷ Pathfinding | ||
title: A* Star | ||
subtitle: Contours | ||
color: white | ||
#summary: summary_goes_here | ||
splash: icons/icon_pathfinding-navmesh.svg | ||
preview_img: placeholder.jpg | ||
toc_img: placeholder.jpg | ||
tagged: | ||
- search | ||
nav_order: 1 | ||
--- | ||
|
||
{% include header_card_node %} | ||
|
||
Contrary to regular search algorithms, **Contours** only traverse edge contours and **ignores modifiers**. | ||
{: .warning } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
layout: page | ||
parent: Edges | ||
grand_parent: All Nodes | ||
title: Find Contours | ||
subtitle: Find edge contours & outlines | ||
color: white | ||
#summary: summary_goes_here | ||
splash: icons/icon_edges-extras.svg | ||
preview_img: docs/splash-edges-extras.png | ||
toc_img: placeholder.jpg | ||
tagged: | ||
- edges | ||
nav_order: 4 | ||
--- | ||
|
||
{% include header_card_node %} | ||
|
||
{% include img a='details/details-edge-extras.png' %} | ||
|
||
| Property | Description | | ||
|:-------------|:------------------| | ||
|**Blending Settings**| When enabled, the edge will inherit properties and attributes from its `Start` and `End` point.<br>It uses {% include lk id='Interpolate' %} blending under the hood. | | ||
|
||
| **Output** || | ||
| **Edge Length** Attribute Name | When enabled, the `length` of the edge will be written to the specified attribute.<br>*The length of an edge is the distance between its start and end point.* | | ||
|
||
--- | ||
# Inputs & Outputs | ||
## Vtx & Edges | ||
See {% include lk id='Working with Graphs' %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
layout: page | ||
parent: Edges | ||
grand_parent: All Nodes | ||
title: Write Paths Extras | ||
subtitle: Compute path extra data | ||
color: white | ||
summary: Writes a variety of path statistics such as length, time, normals, centroids etc | ||
splash: icons/icon_edges-extras.svg | ||
preview_img: placeholder.jpg | ||
toc_img: placeholder.jpg | ||
tagged: | ||
- paths | ||
nav_order: 4 | ||
--- | ||
|
||
{% include header_card_node %} | ||
|
||
{% include img a='details/details-edge-extras.png' %} | ||
|
||
| Property | Description | | ||
|:-------------|:------------------| | ||
|**Blending Settings**| When enabled, the edge will inherit properties and attributes from its `Start` and `End` point.<br>It uses {% include lk id='Interpolate' %} blending under the hood. | | ||
|
||
| **Output** || | ||
| **Edge Length** Attribute Name | When enabled, the `length` of the edge will be written to the specified attribute.<br>*The length of an edge is the distance between its start and end point.* | | ||
|
||
--- | ||
# Inputs & Outputs | ||
## Vtx & Edges | ||
See {% include lk id='Working with Graphs' %} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.