default_env.tres 657 B

12345678910111213141516171819202122232425
  1. [gd_resource type="Environment" load_steps=3 format=2]
  2. [ext_resource path="res://textures/stormdays_dark.jpg" type="Texture" id=1]
  3. [sub_resource type="PanoramaSky" id=1]
  4. panorama = ExtResource( 1 )
  5. [resource]
  6. background_mode = 2
  7. background_sky = SubResource( 1 )
  8. ambient_light_color = Color( 0.168627, 0.211765, 0.282353, 1 )
  9. ambient_light_energy = 4.0
  10. ambient_light_sky_contribution = 0.0
  11. fog_depth_enabled = false
  12. fog_depth_begin = 3.0
  13. fog_depth_end = 1.0
  14. fog_height_max = 2.0
  15. ss_reflections_max_steps = 128
  16. ssao_intensity = 48.9
  17. ssao_light_affect = 0.57
  18. ssao_ao_channel_affect = 0.6
  19. glow_intensity = 3.09
  20. glow_strength = 1.33
  21. glow_hdr_threshold = 3.0