blob: 40e3111a06a9f4fc7088d8c132b4b2abb9bd5d03 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
[gd_resource type="Environment" load_steps=2 format=2]
[sub_resource type="ProceduralSky" id=23]
sky_top_color = Color( 0.51, 0.29121, 0.1122, 1 )
sky_horizon_color = Color( 0.188235, 0.215686, 0.239216, 1 )
sky_energy = 0.45
sun_color = Color( 0.85098, 0.47451, 0.0352941, 1 )
sun_latitude = 0.0
sun_longitude = 56.0
sun_angle_min = 9.53
sun_angle_max = 31.28
sun_curve = 0.0840897
sun_energy = 1.75
[resource]
background_mode = 2
background_sky = SubResource( 23 )
fog_enabled = true
fog_depth_begin = 400.0
fog_depth_end = 0.0
fog_transmit_enabled = true
ssao_enabled = true
dof_blur_far_enabled = true
dof_blur_far_distance = 400.0
dof_blur_far_transition = 7.0
dof_blur_far_amount = 0.06
|