Soft shadows

2009.07.29

A realtime shadow that softens as it recedes from the edge of the object. This is done by projecting the object's geometry onto the plane from the direction of the light source - which essentially flattens it out like a pancake. Do this lots of times, jittering the light position a bit each time, and accumulate the result by using a suitable blendmode. Fluxus code here.

Categories : fluxus hacking
You must be logged in to post a comment.