aboutsummaryrefslogtreecommitdiff
path: root/default_env.tres
blob: 2b796dbd5abc66bbf4b8e91d618d1ec54c83c142 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[gd_resource type="Environment" load_steps=3 format=2]

[ext_resource path="res://assets/textures/planet atmosphere.png" type="Texture" id=1]

[sub_resource type="PanoramaSky" id=1]
radiance_size = 4
panorama = ExtResource( 1 )

[resource]
background_mode = 1
background_sky = SubResource( 1 )
background_color = Color( 0, 0, 0, 0 )
ambient_light_color = Color( 1, 1, 1, 1 )
ambient_light_energy = 0.1
ambient_light_sky_contribution = 0.0
auto_exposure_speed = 21.0
ssao_enabled = true
ssao_quality = 2
glow_intensity = 0.1
adjustment_enabled = true
adjustment_contrast = 1.25
adjustment_saturation = 1.2