Add Global Gradient on shader - Revamp lighting
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user