Re: [osg-users] Unable to make alpha work in an embedded osgWidget::Box

2010-02-02 Thread Patrick Pelletier
Hi Cesar, I've just tried to add a custom window as embedded child widget to another window and get the behavior you describe. This is under OSG 2.6.0 so it may be fixed in later versions, I'll be hunting down the fix and will post here what I find. ... Thank you! Cheers, Patrick

Re: [osg-users] Unable to make alpha work in an embedded osgWidget::Box

2010-02-02 Thread Patrick Pelletier
Hi, I've found my fix, maybe it'll help you if you haven't already solved it: Given two osgWidget::Windows, and wanting to add one as child to the other (in OSG 2.6.0), here's what I did: osgWidget::Window * topWindow ... (box, canvas, etc)

[osg-users] Unable to make alpha work in an embedded osgWidget::Box

2009-09-17 Thread César Leonardo Blum Silveira
Hello all, I am trying to embed an osgWidget::Box inside another, but the alpha value of the embedded box (or of the parent box in the area under the embedded box, I don't know) value seems to stop working and everything is shown white. I have attached my code in this message, I think it's the