Add procedural ocean sky
This commit is contained in:
parent
99775ddbfb
commit
05543cb2ab
3 changed files with 40 additions and 20 deletions
15
world/environment/netfishing_sky.tres
Normal file
15
world/environment/netfishing_sky.tres
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[gd_resource type="Sky" load_steps=2 format=3]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_netfishing"]
|
||||
sky_top_color = Color(0.203922, 0.498039, 0.643137, 1)
|
||||
sky_horizon_color = Color(0.662745, 0.843137, 0.847059, 1)
|
||||
sky_curve = 0.15
|
||||
ground_bottom_color = Color(0.156863, 0.360784, 0.439216, 1)
|
||||
ground_horizon_color = Color(0.54902, 0.74902, 0.764706, 1)
|
||||
ground_curve = 0.08
|
||||
sun_angle_max = 18.0
|
||||
sun_curve = 0.22
|
||||
use_debanding = true
|
||||
|
||||
[resource]
|
||||
sky_material = SubResource("ProceduralSkyMaterial_netfishing")
|
||||
Loading…
Add table
Add a link
Reference in a new issue