crok_ssao (Compatible with IFFS 2015.0.0 and up)
This Matchbox shader simulates a SSAO look with just a Normal Map input.
Input:
- Front: RGB Beauty pass
- Back: background
- Matte: matte
- Normal Map: normal map pass
Setup:
- Radius: radius of the ao effect
- Blur: apply a post blur to the AO pass
- Gamma: adjust the gamma of the AO only
Output:
- SSAO only: output just the AO pass not the comped image
- Alpha channel
Demo clip: http://vimeo.com/101860108
Based on: https://github.com/PlumCantaloupe/SSAO-Shader
Matchbox version by ivar _at_ inferno-op.com
Version notes
- added demo pic and fixed XML file
Older versions that shader
27th of July 2014
Download-
changes to the texture filtering and matte output
- set the filtering form LINEAR to NEAREST to prevent softening the
image - SSAO only output will gives you the SSAO pass onto of a white BG
already multiplied by the matte
comments powered by Disqus