aboutsummaryrefslogtreecommitdiff
path: root/default_env.tres
blob: 62324ef95e9a367a024c0d5bde7b32a74b890c08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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 = 2
background_sky = SubResource( 1 )
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_radius = 0.2
ssao_quality = 2
glow_intensity = 0.1
adjustment_enabled = true
adjustment_contrast = 1.25
adjustment_saturation = 1.2