mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
Reference: Add ref
This commit is contained in:
parent
03038689e2
commit
643e1a2dce
1 changed files with 1 additions and 1 deletions
|
@ -519,7 +519,7 @@ Algorithm | Description
|
|||
`perlin` | Perlin noise. Functional, but currently contains artefacts I'm having difficulty tracking down.
|
||||
`sin` | A sine wave created with `math.sin()`.
|
||||
`white` | Random white noise.
|
||||
`red` | Red noise - has a lower frequency than white noise.
|
||||
`red` | Red noise - has a lower frequency than white noise. Ref [Noise Functions and Map Generation by Red Blob Games](https://www.redblobgames.com/articles/noise/introduction.html).
|
||||
`infrared` | Even smoother than red noise. Tends to also be quite flat unless you use a slightly higher `apply` value (e.g. `20`).
|
||||
|
||||
When specifying algorithm names, the `algorithm` parameter name is optional. For example, the following are both equivalent:
|
||||
|
|
Loading…
Reference in a new issue