add fog and effects

This commit is contained in:
2026-03-24 20:23:47 +01:00
parent 36d6f29fd3
commit 5af1ba0ba8
6 changed files with 64 additions and 67 deletions

View File

@@ -11,6 +11,7 @@ extends Resource
@export var sun_rotation_morning: Vector3 = Vector3(-15.0, 45.0, 0.0)
@export var sun_rotation_afternoon: Vector3 = Vector3(-75.0, 10.0, 0.0)
@export var sun_rotation_night: Vector3 = Vector3(-35.0, -120.0, 0.0)
@export_range(0.0, 1.0) var night_light_energy: float = 0.3
@export_group("General Exposition")
@export var exposure_morning: float = 1.0