[jitter] Alpha channel in gl.sketch
pelado
pelado-mail at pelado.co.uk
Mon May 26 11:31:00 MDT 2008
- Previous message: [jitter] Alpha channel in gl.sketch
- Next message: [jitter] Alpha channel in gl.sketch
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
For this approach you will need to select the blend mode you want and include it in the command list:... glenable blend; glblendfunc <src-function> <dst-function>;(for example 6 1) circle 0.1; ... pelado On Sun, May 25, 2008 at 3:44 PM, f.e <personalcomputermusic at gmail.com> wrote: > Thanks, Yair. I'm sending "reset, glclearcolor 1. 1. 1. 1., glclear, > glenable blend, moveto 0. 0., glcolor 0.5 0.7 0.8 1., circle 0.1" to > jit.gl.sketch but still no alpha channel... > > Is there something i have to do with the jit.gl.render and / or the > jit.pwindow too ? > > Best > > f.e > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.cycling74.com/pipermail/jitter/attachments/20080526/d294bf12/attachment.htm
- Previous message: [jitter] Alpha channel in gl.sketch
- Next message: [jitter] Alpha channel in gl.sketch
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
