branchsbox/SSAOcancel

11 Commits over 31 Days - 0.01cph!

3 Months Ago
Additional docs/cleanup
3 Months Ago
Screen Space Ambient Occlusion SSAO: Remove PS variant, hide difficult options and set some nice defaults, add r_ssao_debug, cleanup unused/unneeded SSAO draws after opaque, not transparent. Added CameraComponent.AddHookAfterOpaque
3 Months Ago
Addition of compute shader version + minor changes to PS shader version and UI ditto
3 Months Ago
Added an edge sharpening for blur (preserves edge) conttol ditto
3 Months Ago
Removed Median Denoising Median denoising proved of no real value, so removed it.
3 Months Ago
Work in progress - added Laplacian on Gaussian for edge preservation + darkness control + other small changes Ditto
3 Months Ago
Work In progress - improved median denoise, Code changed for median filter.
3 Months Ago
Work In Progress - AO - new features, changes, improvements Various work in progress
3 Months Ago
Removed some gumf and re-enabled range check Ditto
3 Months Ago
Work In Progress - Added features, UI layout, general code changes Added Denoising, improved code generally, UI changes.
3 Months Ago
Work In Progress - SSAO post process SSAO, normal reconstruction (simple and improved methods), various controls