mirror of
git://repo.or.cz/rocks.git
synced 2025-01-04 07:10:28 +01:00
SPELL treshhold
This commit is contained in:
parent
798b56768d
commit
a0dc566981
@ -44,7 +44,7 @@ local reg=function(name,param)
|
|||||||
clust_size = 20,
|
clust_size = 20,
|
||||||
height_min = -31000,
|
height_min = -31000,
|
||||||
height_max = 28,
|
height_max = 28,
|
||||||
noise_treshhold=param.treshold,
|
noise_threshhold=param.treshold,
|
||||||
noise_params={
|
noise_params={
|
||||||
offset = 0, scale = 1, octaves = 1, persist = 0.5,
|
offset = 0, scale = 1, octaves = 1, persist = 0.5,
|
||||||
spread = {x=param.spread, y=param.height, z=param.spread},
|
spread = {x=param.spread, y=param.height, z=param.spread},
|
||||||
|
Loading…
Reference in New Issue
Block a user