Apply full ambient lighting

This commit is contained in:
Jarrod Doyle 2024-07-31 17:12:21 +01:00
parent e8b77b42bb
commit 3307cdc8a9
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@
[ext_resource type="Script" path="res://project/code/camera.gd" id="2_w5otl"]
[sub_resource type="Environment" id="Environment_oxkvl"]
ambient_light_source = 2
ambient_light_color = Color(1, 1, 1, 1)
ssao_enabled = true
[node name="Main" type="Node3D"]