branchrust_reboot/main/vcloudscancel

57 Commits over 181 Days - 0.01cph!

10 Months Ago
performance tweaks, block sun by clouds in reflection probe
10 Months Ago
projection madness
10 Months Ago
fix reversed noise channel order
10 Months Ago
merge from main
10 Months Ago
revert accidental change
10 Months Ago
- randomize weather noise offsets for variety - respect render scale/dlss scaling - sun and ambient improvements
10 Months Ago
proj matrix fixup, fix weather map noise tiling, more cleanup
10 Months Ago
- compute ambient from averaged sky light over hemisphere - ambient lighting improvements for better 3d-ness - better shadow application on world (no longer tied to cascades, also shadows transparents) - better transitions (old clouds dissipate and new ones grow, rathern than lerping the two maps) - code cleanup
10 Months Ago
merge from main
11 Months Ago
merge from main
11 Months Ago
fix issue when reloading script in editor, remove old component properties
12 Months Ago
merge from main
12 Months Ago
merge from main
1 Year Ago
remove/disable unused stuff
1 Year Ago
merge from main
1 Year Ago
reset weather update sequences when enabling clouds
1 Year Ago
merge from main
1 Year Ago
more changes
1 Year Ago
make ambient configurable again, add ambient saturation param, add weather profile lighting overrides
1 Year Ago
revert cirrus ms
1 Year Ago
merge from main
1 Year Ago
adjustments, fix server compile errors
1 Year Ago
default config updates, slight clean up
1 Year Ago
fix BicubicFetch for non-square textures
1 Year Ago
resolution scaling with quality level, tweak quality level step counts
1 Year Ago
fix cirrus fog, try to improve weather transition lerping
1 Year Ago
adjustments, clean up
1 Year Ago
Profiles
1 Year Ago
horizon angle fog
1 Year Ago
fog adjustment, remove commented out stuff
1 Year Ago
fixed tiling of weather map
1 Year Ago
merge from main
1 Year Ago
fix cloud shadow map with new ground radius
1 Year Ago
More profile WIP.
1 Year Ago
More cloud setup. Radius shrunk from 6mil to 60k to get the horizons & sunsets better.
1 Year Ago
Cloud configuration
1 Year Ago
missed this
1 Year Ago
add some configs
1 Year Ago
remove unused textures, fix moon lighting transition
1 Year Ago
use configured step count again
1 Year Ago
add back option/convar removed during merge
1 Year Ago
Merge from main
1 Year 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)
1 Year Ago
merge from main
1 Year 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
1 Year Ago
merge from main
1 Year Ago
- put ranges on noise gen params - add ground albedo parameter - test different way of combining noises for weather
1 Year Ago
saving work
1 Year Ago
merge from main
1 Year 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