Re: [osg-users] composite viewer: fixed view size on resize event

2013-11-12 Thread Gianni Ambrosio
Hi All, I would add that, even if someone like the view resizing inside a compsite viewer, it does not properly work. In fact its content is resized resizing the window vertically, but resizing the window horizontally its content is not resized at all. Regards, Gianni -- Read

[osg-users] composite viewer: fixed view size on resize event

2013-11-11 Thread Gianni Ambrosio
Hi All, I have a osgViewer::CompositeViewer. Then I add another osgViewer::View with viewer-addView() method. Now, when I resize the main window the added view resizes accordingly. I would like the view I add to the composite viewer does not change on resize event. Is it possible? I'm working

Re: [osg-users] composite viewer: fixed view size on resize event

2013-11-11 Thread Trajce Nikolov NICK
Hi Gianni, I ve been following your posts about this issue and I think you are chasing features of CompositeViewer beyond it's implementation. I found myself in a similar position while back when working on a project and I ended up with a HUD. Just a hint Nick On Mon, Nov 11, 2013 at 1:07 PM,

Re: [osg-users] composite viewer: fixed view size on resize event

2013-11-11 Thread Gianni Ambrosio
Trajce Nikolov NICK wrote: Hi Gianni, I ve been following your posts about this issue and I think you are chasing features of CompositeViewer beyond it's implementation. I found myself in a similar position while back when working on a project and I ended up with a HUD. Just a hint