Skip to content

Commit

Permalink
Added more placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebukam committed Feb 27, 2024
1 parent d4a0bdc commit eb8ef1b
Show file tree
Hide file tree
Showing 138 changed files with 16,890 additions and 15,689 deletions.
20 changes: 20 additions & 0 deletions _sources/doc-pathfinding/search/search-contours.md
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 }
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: page
parent: Custom Graphs
grand_parent: All Nodes
title: Apply Sockets State
subtitle: Write socket states data to points.
title: Find Sockets State
subtitle: Find & writes socket states data to points.
color: blue
#summary: summary_goes_here
splash: icons/icon_custom-graphs-build.svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: page
parent: Custom Graphs
grand_parent: All Nodes
title: Assemble Sockets
subtitle: Assemble Custom Graph Params from individual socket data.
title: Gather Sockets
subtitle: Gather sockets params to build Graph params.
color: blue
#summary: summary_goes_here
splash: icons/icon_custom-graphs-build.svg
Expand Down
31 changes: 31 additions & 0 deletions _sources/nodes/edges/edges-find-contours.md
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' %}
2 changes: 1 addition & 1 deletion _sources/nodes/edges/edges-write-extras.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: page
parent: Edges
grand_parent: All Nodes
title: Write Extras
title: Write Edge Extras
subtitle: Compute edge extra data from its vertices
color: white
#summary: summary_goes_here
Expand Down
2 changes: 1 addition & 1 deletion _sources/nodes/graphs/settings-projection.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ nav_exclude: true
---
## Projection Settings

The projection settings control how the point position is translated to a 2D space before the graph is computed; *and how this projection will translate back to the original space, when relevant.*
The projection settings control how the point position is translated to a 2D space before the graph is computed; *and how this projection will translate back to the original space, if relevant.*

| Property | Description |
|:-------------|:------------------|
Expand Down
2 changes: 1 addition & 1 deletion _sources/nodes/misc/misc-lloyd-relax-3d.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ preview_img: docs/splash-lloyd-3d.png
toc_img: placeholder.jpg
tagged:
- misc
nav_order: 7
nav_order: 8
---

{% include header_card_node %}
Expand Down
31 changes: 31 additions & 0 deletions _sources/nodes/paths/paths-write-extras.md
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' %}
229 changes: 116 additions & 113 deletions docs/404.html

Large diffs are not rendered by default.

229 changes: 116 additions & 113 deletions docs/FAQ.html

Large diffs are not rendered by default.

229 changes: 116 additions & 113 deletions docs/about/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/css/just-the-docs-dark.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/css/just-the-docs-default.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eb8ef1b

Please sign in to comment.