branchrust_reboot/main/vcloudscancel

44 Commits over 92 Days - 0.02cph!

23 Days Ago
remove/disable unused stuff
23 Days Ago
merge from main
23 Days Ago
reset weather update sequences when enabling clouds
24 Days Ago
merge from main
24 Days Ago
more changes
24 Days Ago
make ambient configurable again, add ambient saturation param, add weather profile lighting overrides
25 Days Ago
revert cirrus ms
25 Days Ago
merge from main
25 Days Ago
adjustments, fix server compile errors
28 Days Ago
default config updates, slight clean up
29 Days Ago
fix BicubicFetch for non-square textures
29 Days Ago
resolution scaling with quality level, tweak quality level step counts
29 Days Ago
fix cirrus fog, try to improve weather transition lerping
32 Days Ago
adjustments, clean up
37 Days Ago
Profiles
37 Days Ago
horizon angle fog
37 Days Ago
fog adjustment, remove commented out stuff
37 Days Ago
fixed tiling of weather map
38 Days Ago
merge from main
38 Days Ago
fix cloud shadow map with new ground radius
39 Days Ago
More profile WIP.
39 Days Ago
More cloud setup. Radius shrunk from 6mil to 60k to get the horizons & sunsets better.
39 Days Ago
Cloud configuration
39 Days Ago
missed this
39 Days Ago
add some configs
39 Days Ago
remove unused textures, fix moon lighting transition
39 Days Ago
use configured step count again
39 Days Ago
add back option/convar removed during merge
42 Days Ago
Merge from main
43 Days Ago
render actual shadow map for cloud on world shadows, better weather noise, decompress detail noise (artifacts are too noticeable with compression, need to look into further)
46 Days Ago
merge from main
46 Days Ago
- implemented god rays as mask for mie scattering fog - fixed weird pre-multplied alpha - refactor to share code - render properly in reflection probe - output texture stores scalar light energies rather than combined RGB lighting, combined later in display shader
2 Months Ago
merge from main
2 Months Ago
- put ranges on noise gen params - add ground albedo parameter - test different way of combining noises for weather
3 Months Ago
saving work
3 Months Ago
merge from main
3 Months Ago
- adjust ray march step count for the different quality levels, 128 at highest, 56 at lowest - add jittering to ray origin to disguise artifacts from lower step counts, with jittering intensity reduced towards horizon to prevent too much noise - fix slow render target resizing - fix reprojection issues - adjustments
3 Months Ago
- only regenerate previous/target weather textures if the states change - do moon lighting - add convar to force a cloud config - other shader adjustments
3 Months Ago
merge from main
3 Months Ago
- Integrate clouds with WeatherPreset/Climate. Cloud configs transition with weather. Randomly chosen from list of configs on WeatherPreset or default list in Climate. Presets can also include a storm/overcast region. - Weather map scrolling uses EnvSync time - Some other adjustments
4 Months Ago
Increase cloud atmospheric haze with TOD_Fogginess
4 Months Ago
- added convar + option to experimental settings for clouds, off by default, renders billboards if off - initial basic temporal upscaling, renders full res cloud image over 16 frames, some issues to iron out but significantly improves performance - add cirrus clouds and configurations for them - fix sun mesh not being occluded by clouds - fix cloud display mesh sorting - further configurable parameters - clean up/organize code
4 Months Ago
forgot a file
4 Months Ago
move clouds to branch off main - clouds can cast approximate shadows on world - add exposure/contrast parameters - add dedicated configuration for coverage worley - adjust atmospheric haze mie scattering