[GEM-dev] blur

cyrille henry ch at chnry.net
Sat Oct 29 15:03:18 CEST 2011


hello,

I made a triangle blur patch, based on Guido fastblur patch.

the fastblur patch did make some approximation that give very bad result with very thin primitive (try with a vertical line by example).

this triangle blur did not make this approximation, so it need 14 rendering pass to have about the same max blur amount than the 10 pass fastblur.
but quality is better, and you can easily adjut the pass number in order to set the maximum blurring.
you can also tweak this triangle blur patch to make the same kind of approximation, for reducing pass number but loosing quality.

anyway, this patch did not need to resize frambuffer, so it's more realtime friendy.

lot's of work need to be done in order to be generic, but it's a good start...

Cyrille
-------------- next part --------------
A non-text attachment was scrubbed...
Name: triangle_blur.zip
Type: application/zip
Size: 2625 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/gem-dev/attachments/20111029/06f01390/attachment.zip>


More information about the GEM-dev mailing list