674 Commits over 730 Days - 0.04cph!
merge from render_pipeline_testing
fix RRP having been force default enabled
merge from render_pipeline_testing (various fixes)
don't do RRP motion blur outside play mode or in non-game view
fix water caustics and contact shadows not working with deferred+ in RRP
fix glass AR refraction blurring being screen resolution dependent
merge from render_pipeline_testing
support for WaterWIndow in RRP, fixes no underwater fog when looking out submarine windows, etc
fix glass portion of glass ak always rendering on top of rivers (with a caveat that may also need fixing)
merge from render_pipeline_testing
merge from render_pipeline_testing
fix black player eyes in BRP in bandit camp (leaking spatial env volume shader props between cams), add pass to clear env volume shader props in RRP as well
give this a try cause why not
glass AK:
- Use a mip-filtered refraction texture with specular shimmer/firefly reduction for better looking blurry refraction
- Some shader simplification, remove unncessary alpha blending and emission map
- Remove unnecessary "depth prime" viewmodel pass
- Fix inconsistencies with viewmodel renderer shader passes between BRP and RRP
merge from render_pipeline_testing
fix brp error spam on low water quality
fix stupid auto inserted using
- fix broken deferred decal culling (cull distance was being scaled up by integer object quality value rather than percentage, so cull distance became way too far for any culling to happen)
- avoid redundant localToWorld calculation in the same frame for each deferred decal
fix NREs in screenshot.takescreenshot/takehiresscreenshot
create mip-filtered refraction texture before transparent geometry pass
add override water blend slider and toggle
add visible water to tank, material of water can be blended
fix string alloc in VolumetricFogShadowPreProcessPass
use new RRP/BRP grab pass subshaders for player pixelation
get Standard Refraction working in RRP
fix fog not working switching back to BRP with RRP initially enabled
RRP: fix DoF not working in workshop scene if DoF was disabled in graphics settings
fix clouds not rendering when switching back to BRP
fix WaterCamera error spam when swiching to BRP with RRP initially enabled
fix binocular effect error spam in main menu
fix disco ball in RRP, do forward+ lighting in fragForwardBase
RRP ReflectionProbeEx + vclouds rendering into it
change how we're tracking viewmodel prev viewproj to not rely on BRP camera component
implement the pass that composes the water motion vector texture with the camera's motion vector texture as we now have a camera motion vector texture in RRP
also properly track the prev viewproj for water in RRP
get binocular effect working in RRP
fix contact shadows server compile
merge from render_pipeline_testing