forked from miskatonicstudio/intrepid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspace_env.tres
81 lines (78 loc) · 2.06 KB
/
space_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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[gd_resource type="Environment" format=2]
[resource]
background_mode = 1
background_sky_custom_fov = 0.0
background_color = Color( 0, 0, 0, 1 )
background_energy = 0.0
background_canvas_max_layer = 0
ambient_light_color = Color( 1, 1, 1, 1 )
ambient_light_energy = 0.04
ambient_light_sky_contribution = 0.0
fog_enabled = false
fog_color = Color( 0.5, 0.6, 0.7, 1 )
fog_sun_color = Color( 1, 0.9, 0.7, 1 )
fog_sun_amount = 0.0
fog_depth_enabled = true
fog_depth_begin = 10.0
fog_depth_curve = 1.0
fog_transmit_enabled = false
fog_transmit_curve = 1.0
fog_height_enabled = false
fog_height_min = 0.0
fog_height_max = 100.0
fog_height_curve = 1.0
tonemap_mode = 3
tonemap_exposure = 1.0
tonemap_white = 1.0
auto_exposure_enabled = false
auto_exposure_scale = 0.06
auto_exposure_min_luma = 0.0
auto_exposure_max_luma = 5.11
auto_exposure_speed = 0.17
ss_reflections_enabled = true
ss_reflections_max_steps = 20
ss_reflections_fade_in = 1.0
ss_reflections_fade_out = 2.0
ss_reflections_depth_tolerance = 1.0
ss_reflections_roughness = true
ssao_enabled = false
ssao_radius = 1.0
ssao_intensity = 1.0
ssao_radius2 = 0.0
ssao_intensity2 = 1.0
ssao_bias = 0.01
ssao_light_affect = 0.0
ssao_color = Color( 0, 0, 0, 1 )
ssao_quality = 0
ssao_blur = 3
ssao_edge_sharpness = 4.0
dof_blur_far_enabled = false
dof_blur_far_distance = 1.0
dof_blur_far_transition = 1.0
dof_blur_far_amount = 0.0
dof_blur_far_quality = 2
dof_blur_near_enabled = false
dof_blur_near_distance = 3.0
dof_blur_near_transition = 1.0
dof_blur_near_amount = 0.0
dof_blur_near_quality = 1
glow_enabled = true
glow_levels/1 = true
glow_levels/2 = true
glow_levels/3 = false
glow_levels/4 = false
glow_levels/5 = false
glow_levels/6 = false
glow_levels/7 = false
glow_intensity = 0.1
glow_strength = 1.0
glow_bloom = 1.0
glow_blend_mode = 1
glow_hdr_threshold = 1.0
glow_hdr_scale = 2.0
glow_bicubic_upscale = false
adjustment_enabled = false
adjustment_brightness = 0.8
adjustment_contrast = 1.0
adjustment_saturation = 1.0
_sections_unfolded = [ "Adjustments", "Ambient Light", "Background", "DOF Far Blur", "DOF Near Blur", "Glow", "SS Reflections" ]