Fragment shaders can be used for such an effect.  Also, the 'soften' effect can be done by rendering the geometry several times and offsetting the coordinates slightly.  If you have lots of geometry to render another option involves using pix_snap2tex after everything is drawn then applying that texture to several offset rectangles.  
<br><br><div><span class="gmail_quote">On 9/1/06, <b class="gmail_sendername">Peter Worth</b> &lt;<a href="mailto:peterworth2@googlemail.com">peterworth2@googlemail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hello.<br><br>i havent used gem much before, sorry for asking this but i cant find<br>any answers in documentation. i've got some geos being rendered to the<br>screen, and i want to apply a convolution to the entire result.. can i
<br>use pix_convolve for this in some way, or can it only be used for<br>image files and textures etc?<br><br>and is there a better or cheaper way to do this than use convolution?<br>i just want to blur everything (a soften effect not a motion blur).
<br><br>thanks.<br>pete.<br><br>_______________________________________________<br><a href="mailto:PD-list@iem.at">PD-list@iem.at</a> mailing list<br>UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list">
http://lists.puredata.info/listinfo/pd-list</a><br></blockquote></div><br>