branchrust_reboot/main/jungle_update/spatial-biome-fog/fogmethod1cancel
74 Commits over 91 Days - 0.03cph!
potential fix for client weather.load clouds not being overridden by subsequent server load
fix cloud config override issues
add all cloud configs to list on climate
fix inconsistencies loading weather preset/cloud config on server vs client
add brightness/contrast controls for night sky
correct default max brightness
smooth out abrupt fog/lighting change when going underground
- slight blur on fog voxel texture to smooth out aliasing, works especially well on godrays
- fog tweaks when going underground
fix cloud reprojection artifacts where viewDir.y < 0
avoid potential index out of range, report error if default cloud lists are empty (instead of mysteriously crashing)
disable biome fog on craggy and playground as it doesn't make sense
drop off biome fog density below the terrain/start height (fixes dark fog in train tunnels)
add ClientAdmin convar to scale back biome fog density (graphics.biomefogdensityscale), also property on SpatialBiomeFog component to scale it down for a scene
ensure shaders are included
support live edit of biome fog shore distance falloff in editor
add some per-weather+per-biome fog mults
fix override/live edit weather not respecting cloud configs
fix missing shader input on scene load
shadow map cheapification
trying out lerp transition again
configurable horizon buffer
performance tuning, cleanup
noise compression, reduce mip distance
fix reproj artifact when camera rotation snaps far
add separate shadow density scale for cloud atmosphere shadowing
configurable cloud haze with height falloff, attempt improvement to sun-moon transition
add tod gradients for some cloud parameters
fix signed/unsigned mismatch warning
wind vector can be changed over time
increase shadow curve range
add controls for cloud shadowing amount
more sun configurableness
sun glow modulation texture, configurable mesh vs glow intensities
atmosphere height falloff
apply biome fog to cloud layer
add biome fog ambient saturation mult to weather presets
cache the terrain map preprocessing