userBriancancel
reporust_rebootcancel

405 Commits over 395 Days - 0.04cph!

5 Months Ago
projection madness
5 Months Ago
fix reversed noise channel order
5 Months Ago
merge from main
5 Months Ago
revert accidental change
5 Months Ago
- randomize weather noise offsets for variety - respect render scale/dlss scaling - sun and ambient improvements
5 Months Ago
proj matrix fixup, fix weather map noise tiling, more cleanup
5 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
5 Months Ago
add way to override weather profile with live editing support
5 Months Ago
Move FogMultiplier to WeatherPreset
5 Months Ago
merge from main
5 Months Ago
testing out TOD fogginess as a separate fog medium from base atmospheric scattering, better fog start height calculation
5 Months Ago
make tod sun/moon mesh brightness configurable in edit/play mode
5 Months Ago
merge from jungle_update
5 Months Ago
- big ocean fragment shader performance improvement (section of code that didn't need to be computed per fragment was more than doubling ocean draw time) - hide ocean under rivers - fix caustics being burned into screen when disabling water layer
6 Months Ago
fix dimmed directional lighting in icon render scene (should also be fixed in all other places where this happens)
6 Months Ago
fix missing terrain textures in workshop editor scene
6 Months Ago
underwater colors river-ocean blend
6 Months Ago
lame mie masking for time being
6 Months Ago
fix for no biome map
6 Months Ago
add global reflection mults that work
6 Months Ago
fix missing sun mesh/stars/moon
6 Months Ago
remove unused LUT property from ClimateParameters
6 Months Ago
distance curve only on biome fog, not atmosphere
6 Months Ago
fix command buffer sort order
6 Months Ago
add fog distance curve
6 Months Ago
add fog color gradient
6 Months Ago
fix missing cs kernel
6 Months Ago
merge from jungle_update
6 Months Ago
fix water rendering issue on reduced render scale
6 Months Ago
biome fog ambient comes from averaged atmospheric scattering, biome fog applies to billboard clouds and background sky more correctly
6 Months Ago
add color scale parameter for stars
6 Months Ago
fix default caustics texture if no WaterSystem instance
6 Months Ago
merge from jungle_update
6 Months Ago
- integrate each biome fog separately rather than lerping between color/densities, biome fog density just drops off with biome weight - fog color alpha lerps to atmosphere color
6 Months Ago
progress on froxel-based fog, supporting spatially varying fog setups across biomes, also includes global atmosphere scattering
6 Months Ago
merge from underwater-effects
6 Months Ago
disable material/rig/animation import on new river mesh
6 Months Ago
merge from jungle_update
6 Months Ago
configurable caustics chroma separation, shader adjustments
6 Months Ago
caustics modulate sun light color rather than add separately
6 Months Ago
water caustics work for all water types, show up underwater, and receive shadows
6 Months Ago
make underwater colors/scattering much more consistent with water surface also make water surface from below look better/more consistent with top for translucent water
6 Months Ago
restore changes
6 Months Ago
merge from jungle_update
6 Months Ago
fix jungle not appearing in terrain diffuse pyramid texture (fixes black terrain in jungle at low shader level)
6 Months Ago
revert underwater effects merge to figure out server issue
6 Months Ago
merge from underwater-effects
6 Months Ago
- color space fixup - fix water line lighting, have color+reflection match the water surface - remove old stuff
6 Months Ago
lerp according to cam velocity, add refraction to river surface
6 Months Ago
merge from jungle