Add color luts
This commit is contained in:
parent
dd1a723798
commit
b181624b34
1 changed files with 10 additions and 1 deletions
|
|
@ -65,7 +65,16 @@ PlanetsLib:extend({
|
|||
asteroid_spawn_influence = 1,
|
||||
asteroid_spawn_definitions = asteroid_util.spawn_definitions(nauvis_lignumis, 0.9),
|
||||
surface_render_parameters = {
|
||||
clouds = effects.default_clouds_effect_properties()
|
||||
clouds = effects.default_clouds_effect_properties(),
|
||||
day_night_cycle_color_lookup = {
|
||||
{ 0.00, Lignumis.graphics .. "color_luts/lut-day.png" },
|
||||
{ 0.35, Lignumis.graphics .. "color_luts/lut-sunset.png" },
|
||||
{ 0.45, Lignumis.graphics .. "color_luts/lut-night.png" },
|
||||
{ 0.55, Lignumis.graphics .. "color_luts/lut-night.png" },
|
||||
{ 0.65, Lignumis.graphics .. "color_luts/lut-dawn.png" },
|
||||
{ 0.75, Lignumis.graphics .. "color_luts/lut-day.png" },
|
||||
{ 1.00, Lignumis.graphics .. "color_luts/lut-day.png" },
|
||||
}
|
||||
},
|
||||
persistent_ambient_sounds = {
|
||||
base_ambience = { filename = Lignumis.sound .. "ambient/forest-ambience.ogg", volume = 0.1 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue