mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-05 07:20:07 +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
413 B
Plaintext
18 lines
413 B
Plaintext
[gd_resource type="Environment" load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://backgrounds/schelde.hdr" type="Texture" id=1]
|
|
|
|
[sub_resource type="PanoramaSky" id=1]
|
|
panorama = ExtResource( 1 )
|
|
|
|
[resource]
|
|
background_mode = 2
|
|
background_sky = SubResource( 1 )
|
|
tonemap_mode = 2
|
|
tonemap_exposure = 1.2
|
|
tonemap_white = 6.0
|
|
ssao_enabled = true
|
|
ssao_light_affect = 0.78
|
|
ssao_quality = 2
|
|
dof_blur_far_distance = 3.22
|