Fusion : hos_SimpleSpatialTonemapper_VS ViewShader fuse
Been toying around a bit more with viewshaders and came up with this implementation of the Simple Spatial Tone Mapping algorithm by K.K. Biswas and Sumanta Pattanaik. I have left out the median filtering (for now) as i first couldn’t figure out how to access certain data in the Cg shading language, but once i…