1
0
mirror of git://repo.or.cz/rocks.git synced 2025-01-01 14:00:30 +01:00

Changed ign noise to 1 octave and decreased amount of basalt a little.

This commit is contained in:
Tomáš Brada 2015-04-20 18:51:30 +02:00
parent 6d6b711d25
commit 45ad16ea4d

View File

@ -46,7 +46,7 @@ local reg=function(name,param)
height_max = 28,
noise_treshhold=param.treshold,
noise_params={
offset = 0, scale = 1, octaves = 2, persist = 0.5,
offset = 0, scale = 1, octaves = 1, persist = 0.5,
spread = {x=param.spread, y=param.height, z=param.spread},
seed=rocksl.GetNextSeed(),
},
@ -55,8 +55,8 @@ end
rocks.register_igneous_stratus=reg
-- rock registration
reg("rocks:granite", { spread=40, height=32, treshold=0.06})
reg("rocks:diorite", { spread=40, height=32, treshold=0.23})
reg("rocks:granite", { spread=40, height=32, treshold=0.08})
reg("rocks:diorite", { spread=40, height=32, treshold=0.24})
reg("rocks:gabbro", { spread=40, height=32, treshold=0.36})
-- vein stuff