Skip to content

Commit

Permalink
minor addition to path.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WILLATRONIX committed Jun 17, 2024
1 parent 15ea5f9 commit 3cf504d
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/tools/other/path.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

The path tool features the ability to set multiple points in a 3D environment and choose how each point is connected with blocks.

The block used is determined by the [Active Block](/editor/windows/activeblock.md)

You can choose from either a line or a curved path to connect the points. There are multiple variants for both lines and curves:

- Line
Expand Down Expand Up @@ -46,4 +48,17 @@ The Bezier Curve path type smoothes the path but isn't required to reach each no
| Radius | Used to adjust the width of the chosen shape. This setting is not available for the Bresenham line. |
| Keep Existing | When enabled, all existing blocks will not be overridden by the path. |
| Extend to Ground | When enabled, the path is extended to the ground until it reaches a solid surface. |
| Paste Copy | The 'Paste Copy' button places the path while allowing you to continue editing it. |
| Paste Copy | The 'Paste Copy' button places the path while allowing you to continue editing it. |

## Node Options

When an individual node is selected, you can adjust the position using the [Gizmo](/editor/gizmos.md).

Alongside adjusting node positions, you can modify the node properties individually.

| Option | Description |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Position | Allows for changing the coordinates of the selected node directly. |
| Override Block | Allows for overriding the block used for the node. The blocks between each node are blended using a [Bezier gradient](/painting/gradientpainter.md#interpolation). |
| Override Radius | Enables the ability to set a radius for that node specifically. The path smoothly increases width along two points. |
| Remove | Deletes the current node. This can also be done by pressing the `Del` or `Backspace` key. |

0 comments on commit 3cf504d

Please sign in to comment.