[jitter] Re: Re: Re: erase_color with half transparancy works on one videocard, not on another
vade
doktorp at mac.com
Mon Oct 1 09:31:42 MDT 2007
- Previous message: [jitter] Re: Re: Re: erase_color with half transparancy works on one videocard, not on another
- Next message: [jitter] Re: Re: Re: erase_color with half transparancy works on one videocard, not on another
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I do this with to_texture commands to jit.gl.render as well On Oct 1, 2007, at 10:21 AM, Wesley Smith wrote: >> Btw what is the most convenient way to render multiple objects to >> the same texture? I was hoping that @capture scene could simply be >> applied to multiple objects, but it only seems to work with one at >> a time. >> > > That's a tricky one. There are 3 ways to render to texture: > > 1) @capture, only works for that object > 2) @capture with jit.gl.sketch and multiple drawobject commands > 3) use jit.gl.lua and jit.gl.begincapture/jit.gl.endcapture commands > > and this made me think of another possibility that might be quite > useful for a future version of Jitter > > jit.gl.texture @capture_layer . This would render all all objects > assigned to a layer to a texture. hmmm. will have to think about > this some more. > > wes > _______________________________________________ > jitter mailing list > jitter at cycling74.com > http://www.cycling74.com/mailman/listinfo/jitter v a d e // www.vade.info abstrakt.vade.info -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.cycling74.com/pipermail/jitter/attachments/20071001/f2ea02c0/attachment.htm
- Previous message: [jitter] Re: Re: Re: erase_color with half transparancy works on one videocard, not on another
- Next message: [jitter] Re: Re: Re: erase_color with half transparancy works on one videocard, not on another
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
