-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdefault_env.tres
45 lines (42 loc) · 1.18 KB
/
default_env.tres
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[gd_resource type="Environment" load_steps=3 format=2]
[ext_resource path="res://assets/materials/stuttgart_suburbs_2k.hdr" type="Texture" id=1]
[sub_resource type="PanoramaSky" id=1]
radiance_size = 4
panorama = ExtResource( 1 )
[resource]
background_mode = 2
background_sky = SubResource( 1 )
ambient_light_color = Color( 1, 1, 1, 1 )
ambient_light_energy = 0.8
ambient_light_sky_contribution = 0.52
fog_enabled = true
fog_color = Color( 0.670588, 0.721569, 0.54902, 1 )
fog_depth_begin = 128.0
fog_depth_end = 256.0
fog_transmit_enabled = true
tonemap_mode = 2
tonemap_exposure = 1.1
tonemap_white = 1.5
ss_reflections_enabled = true
ssao_enabled = true
ssao_intensity = 2.0
ssao_radius2 = 3.0
ssao_intensity2 = 2.0
ssao_light_affect = 1.0
ssao_color = Color( 0.145098, 0.219608, 0.286275, 1 )
ssao_quality = 2
ssao_blur = 2
dof_blur_far_enabled = true
dof_blur_far_distance = 128.0
dof_blur_far_transition = 6.0
dof_blur_far_quality = 2
dof_blur_near_enabled = true
dof_blur_near_distance = 32.0
dof_blur_near_transition = 6.0
dof_blur_near_quality = 2
glow_strength = 1.05
glow_bloom = 0.1
glow_bicubic_upscale = true
adjustment_enabled = true
adjustment_contrast = 1.1
adjustment_saturation = 1.1