Re: [osg-users] I don't quite understand this part of code from hdr examle, can anyone elaborate more?

2019-10-25 Thread Mirro Xu
mirro wrote: > Hi, >If so, what are the causes of The Hdr Effects disappeared? > Thank you! > > Cheers, > Mirro[/b] -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=76858#76858 ___

Re: [osg-users] Clipping osgText::Text

2019-10-25 Thread Chris Djali
Hi, It might not necessarily be fast, as you'd be changing state that would normally stay the same between consecutive draw calls, but you could also change the scissor rectangle to the region you want to keep, or you could draw a rectangle with the same depth as the text, then set the depth

[osg-users] potential bug in osgUtil::RenderStage wrt. setting user defined FBO

2019-10-25 Thread Trajce Nikolov NICK
Hi Robert, I have a case where I want to provide my own implementation of the FBO for the RenderStage via /** Set a framebuffer object to render into. It is permissible for the * framebuffer object to be multisampled, in which case you should also * set a resolve framebuffer