12345678910111213141516171819 |
- [gd_resource type="Environment" load_steps=3 format=2]
- [ext_resource path="res://skies/Dry Field-1k.hdr" type="Texture" id=1]
- [sub_resource type="PanoramaSky" id=1]
- panorama = ExtResource( 1 )
- [resource]
- background_mode = 3
- background_sky = SubResource( 1 )
- background_sky_orientation = Basis( 0.766044, 0, 0.642788, 0, 1, 0, -0.642788, 0, 0.766044 )
- background_color = Color( 0.4, 0.4, 0.4, 1 )
- background_energy = 0.71
- ambient_light_color = Color( 0.384314, 0.384314, 0.384314, 1 )
- ssao_intensity = 1.3
- glow_hdr_threshold = 0.37
- glow_hdr_scale = 0.52
- glow_bicubic_upscale = true
|