mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Add option 'eased' to NoiseParams
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
This commit is contained in:
parent
b57478b93b
commit
874109c520
4 changed files with 19 additions and 3 deletions
|
@ -2796,3 +2796,16 @@ ParticleSpawner definition (add_particlespawner)
|
|||
playername = "singleplayer"
|
||||
^ Playername is optional, if specified spawns particle only on the player's client
|
||||
}
|
||||
|
||||
NoiseParams definition (PerlinNoiseMap)
|
||||
{
|
||||
offset = 0,
|
||||
scale = 0,
|
||||
spread = 0,
|
||||
seed = 0,
|
||||
octaves = 0,
|
||||
^ A higher value will result in more details, this means more operations
|
||||
persist = 0,
|
||||
eased = false
|
||||
^ Whether it should create curves in 3D perlin maps
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue