mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
reference: tweak //spline
This commit is contained in:
parent
902d03ca0b
commit
554bc86b3d
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ Draws a curved line, using all the currently defined points as control points. T
|
||||||
|
|
||||||
**Note:** `//spline` uses the **new** WorldEditAdditions positions! Use the [multipoint wand](#multi-point-wand) to define the control points for the resulting line.
|
**Note:** `//spline` uses the **new** WorldEditAdditions positions! Use the [multipoint wand](#multi-point-wand) to define the control points for the resulting line.
|
||||||
|
|
||||||
For those interested, WorldEditAdditions uses the [chaikin curve algorithm](https://starbeamrainbowlabs.com/blog/article.php?article=posts/196-Chaikin-Curve-Generator.html) to draw the curve.
|
For those interested, WorldEditAdditions uses the [chaikin curve algorithm](https://starbeamrainbowlabs.com/blog/article.php?article=posts/196-Chaikin-Curve-Generator.html) with linear interpolation for the width to draw the curve.
|
||||||
|
|
||||||
```weacmd
|
```weacmd
|
||||||
//spline dirt 5 2
|
//spline dirt 5 2
|
||||||
|
|
Loading…
Reference in a new issue