blob: aec12212e568a991d5c19de590396f906e6e96f7 (
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 = 2
background_sky = SubResource( 1 )
ambient_light_color = Color( 1, 1, 1, 1 )
ambient_light_energy = 0.1
ambient_light_sky_contribution = 0.0
tonemap_mode = 4
auto_exposure_speed = 21.0
ssao_radius = 0.2
ssao_quality = 2
glow_intensity = 0.1
adjustment_enabled = true
adjustment_contrast = 1.14
adjustment_saturation = 1.09
|