Improved lighting
This commit is contained in:
@ -1,20 +1,33 @@
|
||||
[gd_resource type="Environment" load_steps=3 format=3 uid="uid://dixa0yso2s1u3"]
|
||||
|
||||
[ext_resource type="Material" uid="uid://bki5jtbipsnfn" path="res://world/ProceduralSkyMaterial.tres" id="1_68jth"]
|
||||
[ext_resource type="Material" uid="uid://chtgn5pdoof5e" path="res://world/sky/PanoramaSkyMaterial.tres" id="1_vb3or"]
|
||||
|
||||
[sub_resource type="Sky" id="Sky_2vfia"]
|
||||
sky_material = ExtResource("1_68jth")
|
||||
sky_material = ExtResource("1_vb3or")
|
||||
|
||||
[resource]
|
||||
background_mode = 2
|
||||
background_color = Color(0.317647, 0.541176, 0.713726, 1)
|
||||
sky = SubResource("Sky_2vfia")
|
||||
ambient_light_source = 3
|
||||
ambient_light_sky_contribution = 0.9
|
||||
ambient_light_color = Color(0.5, 0.5, 0.5, 1)
|
||||
ambient_light_sky_contribution = 0.3
|
||||
ambient_light_energy = 3.0
|
||||
reflected_light_source = 2
|
||||
tonemap_mode = 3
|
||||
tonemap_mode = 2
|
||||
tonemap_white = 6.0
|
||||
ssao_enabled = true
|
||||
ssil_enabled = true
|
||||
sdfgi_use_occlusion = true
|
||||
glow_enabled = true
|
||||
glow_intensity = 0.1
|
||||
glow_strength = 1.07
|
||||
glow_bloom = 0.2
|
||||
glow_blend_mode = 1
|
||||
glow_hdr_threshold = 0.7
|
||||
volumetric_fog_enabled = true
|
||||
volumetric_fog_density = 0.005
|
||||
volumetric_fog_emission = Color(0.45098, 0.690196, 1, 1)
|
||||
adjustment_enabled = true
|
||||
adjustment_contrast = 1.1
|
||||
adjustment_saturation = 1.1
|
||||
|
Reference in New Issue
Block a user