fix godray orientation + fix blur

This commit is contained in:
2026-04-14 08:53:38 +02:00
parent 65294c7011
commit 060bccd96a
18 changed files with 445 additions and 23 deletions

View File

@@ -83,6 +83,7 @@ extends Resource
@export var enable_dust: bool = true #Floating dust particles overlay
@export var enable_blur: bool = true #Screen blur effect
@export var enable_environment_shadows: bool = true #Cloud shadow projection on terrain
@export var blur_amount: float = 0.6
#Shader materials used by weather and sky systems
@export_group("Environment Materials")