Add Global Gradient on shader - Revamp lighting

This commit is contained in:
Matteo Sonaglioni
2026-03-15 18:34:06 +01:00
parent 89a3bd1872
commit ccdfba2878
11 changed files with 214 additions and 70 deletions

View File

@@ -58,3 +58,15 @@ global_snow_amount={
"type": "float",
"value": 0.0
}
global_gradient_color_top={
"type": "color",
"value": Color(0, 0, 0, 1)
}
global_gradient_color_bot={
"type": "color",
"value": Color(0, 0, 0, 1)
}
global_gradient_intensity={
"type": "float",
"value": 0.0
}