mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 07:50:22 +01:00
- Enable 4× MSAA in all 3D demos. - Enable filmic tonemapping with a whitepoint of 6 in GLES3 3D demos. - Add subtle fog to the Truck Town demo. - Use the `2d` stretch mode and `expand` stretch aspect to support multiple resolutions and aspect ratios.
18 lines
404 B
Plaintext
18 lines
404 B
Plaintext
[gd_resource type="Environment" load_steps=2 format=2]
|
|
|
|
[sub_resource type="ProceduralSky" id=1]
|
|
|
|
[resource]
|
|
background_mode = 2
|
|
background_sky = SubResource( 1 )
|
|
ambient_light_color = Color( 1, 1, 1, 1 )
|
|
ambient_light_sky_contribution = 0.8
|
|
tonemap_mode = 2
|
|
tonemap_white = 6.0
|
|
glow_enabled = true
|
|
glow_levels/1 = true
|
|
glow_levels/2 = true
|
|
glow_levels/5 = false
|
|
glow_intensity = 0.2
|
|
glow_blend_mode = 0
|