From 554bc86b3db3cc4cd5bf502d83d6de7905a6a308 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 23 Oct 2022 02:26:05 +0100 Subject: [PATCH] reference: tweak //spline --- Chat-Command-Reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chat-Command-Reference.md b/Chat-Command-Reference.md index c6cd9bd..38fa7ea 100644 --- a/Chat-Command-Reference.md +++ b/Chat-Command-Reference.md @@ -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. -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 //spline dirt 5 2