Re: [osg-users] ScreenSpaceAmbientOcclusion (SSAO) with osgPPU

2008-12-28 Thread Art Tevs
Hi Oleg. Thanks for the info. I've changed the Base.cpp file. Hmm, you seems to be the first, who's compiler doesn't compile that file well ;) But nevermind, thanks again. Happy new year, art OpenSceneGraph Forum - http://osgforum.tevs.eu -- Read this

Re: [osg-users] ScreenSpaceAmbientOcclusion (SSAO) with osgPPU

2008-12-27 Thread Oleg Dedkow
Hi Art, 'cstring' header file should be included in 'src/osgPlugins/osgPPU/Base.cpp', since 'strcmp()' function is not visible to g++ under Linux without this include statement. Best Regards and Happy New Year, Oleg Am Freitag 19 Dezember 2008 16:12:02 schrieb Art Tevs: > Hi folks, >

[osg-users] ScreenSpaceAmbientOcclusion (SSAO) with osgPPU

2008-12-19 Thread Art Tevs
Hi folks, I have implemented a very simple (yeah it is just a real big faken) SSAO example with osgPPU. The example is build in the same way as Adrian's osgFX effect and is described here: http://mikepan.homeip.net/ssaowcn The current one computes the AO-term in multisampling way (hence in highe