fix materials for wind and add new snow system

This commit is contained in:
2026-04-24 15:36:10 +02:00
parent ab87c7f478
commit 211455f5da
18 changed files with 364 additions and 45 deletions

View File

@@ -112,3 +112,27 @@ global_wind_fade={
"type": "float",
"value": 1.2
}
global_snow_cap_height={
"type": "float",
"value": 0.0
}
global_snow_cap_flatness_start={
"type": "float",
"value": 0.0
}
global_snow_cap_flatness_end={
"type": "float",
"value": 0.0
}
global_snow_cap_noise_scale={
"type": "float",
"value": 0.0
}
global_snow_cap_noise_strength={
"type": "float",
"value": 0.0
}
global_snow_max_accumulation={
"type": "float",
"value": 0.0
}