environment_sky.tres 584 B

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