Re: [osg-users] glow

2010-02-22 Thread Trajce (Nick) Nikolov
Hi Peter, could you post a snapshot? There are issues with youtube in this country? I found all the glow effects are image post processing. I was wondering if there is another method to make a glow, but looks like there is none -Nick On Mon, Feb 22, 2010 at 4:16 PM, Peter Wraae Marino wrote:

Re: [osg-users] glow

2010-02-22 Thread Peter Wraae Marino
Hi Nick, there are many types of glows? I have created this god ray postfilter effect, you can see it here: http://www.youtube.com/watch?v=GFwhqxZz6qg is this what you are looking for? Peter Wraae Marino On Thu, Feb 11, 2010 at 9:55 AM, Trajce Nikolov wrote: > Hi Community, > > has anyone expe

Re: [osg-users] glow

2010-02-22 Thread Peter Wraae Marino
Hi Nick, there are many types of glows? I have created this god ray postfilter effect, you can see it here: http://www.youtube.com/watch?v=GFwhqxZz6qg is this what you are looking for? Peter Wraae Marino On Thu, Feb 11, 2010 at 9:55 AM, Trajce Nikolov wrote: > Hi Community, > has anyone exper

Re: [osg-users] glow

2010-02-11 Thread Trajce Nikolov
Thanks JP -Nick On Thu, Feb 11, 2010 at 3:33 PM, J.P. Delport wrote: > Hi, > > there is also a glow example in osgPPU. > > jp > > Trajce Nikolov wrote: > >> Hi Rafa, >> >> I have some post processing code I put together from the online resources. >> But interested in what you have done. Thanks

Re: [osg-users] glow

2010-02-11 Thread J.P. Delport
Hi, there is also a glow example in osgPPU. jp Trajce Nikolov wrote: Hi Rafa, I have some post processing code I put together from the online resources. But interested in what you have done. Thanks -Nick On Thu, Feb 11, 2010 at 3:08 PM, Rafa Gaitan > wrote:

Re: [osg-users] glow

2010-02-11 Thread Trajce Nikolov
Hi Rafa, I have some post processing code I put together from the online resources. But interested in what you have done. Thanks -Nick On Thu, Feb 11, 2010 at 3:08 PM, Rafa Gaitan wrote: > Hi Trajce, > > I always use this kind of glow. Glow tipically is a post process > effect, but If you fi

Re: [osg-users] glow

2010-02-11 Thread Rafa Gaitan
Hi Trajce, I always use this kind of glow. Glow tipically is a post process effect, but If you find another way tell me! :). I have implemented some filtering system with shaders based on OSG so you can "concantenate" some filters (gaussian, radial, etc) to the final image. If you want I could po

[osg-users] glow

2010-02-11 Thread Trajce Nikolov
Hi Community, has anyone experimented with glow effect? I have spent some time with research and I found only implementation as image post processing that requires having your scene rendered into a frame buffer. I dont like this way though, so I am looking for some alternative. Please let me know