Yes, that's perfect.  Thanks.  Now I'll fiddle with the blend modes a bit to see what they do.<div><br></div><div>dave</div><div><br><br><div class="gmail_quote">On Wed, Nov 25, 2009 at 1:04 PM, gabor papp <span dir="ltr"><<a href="mailto:gabor.lists@mndl.hu">gabor.lists@mndl.hu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

 I think I am down the wrong path.  I think what I want to do is blend.<br>
 Let's switch my request up for an example on that, please :)<br>
<br>
</blockquote></div>
hi Dave,<br>
<br>
the example uses splat.png, which a quite new addition to the fluxus git. if you have an older version, you can download it from here:<br>
<a href="http://git.savannah.gnu.org/cgit/fluxus.git/plain/modules/material/textures/splat.png" target="_blank">http://git.savannah.gnu.org/cgit/fluxus.git/plain/modules/material/textures/splat.png</a><br>
<br>
-------<br>
<br>
(clear)<br>
<br>
(hint-ignore-depth)<br>
<br>
(texture (load-texture "splat.png"))<br>
<br>
(blend-mode 'src-alpha 'one)<br>
<br>
(define p (build-particles 512))<br>
<br>
(with-primitive p<br>
    (pdata-map!<br>
        (lambda (p)<br>
            (rndvec))<br>
        "p")<br>
    (pdata-map!<br>
        (lambda (c)<br>
            (vector 1 1 1 .2))<br>
        "c"))<br>
<br>
---------<br>
<br>
hope it helps,<br><font color="#888888">
gabor<br>
<br>
</font></blockquote></div><br></div>