SPELL treshhold

This commit is contained in:
Tomáš Brada 2015-04-23 15:08:55 +02:00
parent 798b56768d
commit a0dc566981
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ local reg=function(name,param)
clust_size = 20,
height_min = -31000,
height_max = 28,
noise_treshhold=param.treshold,
noise_threshhold=param.treshold,
noise_params={
offset = 0, scale = 1, octaves = 1, persist = 0.5,
spread = {x=param.spread, y=param.height, z=param.spread},