[osg-users] Gui widgets that expands on more views

2019-08-17 Thread Noè Murr
Hi, I'm trying to resolve a complicated task. I have a Graph that will be rendered by 4 cameras in 4 different views using a composite viewer (see the first attachment). I want to render a 2D element that expands on all the views as you can see in the second attachment. Is there a way to do th

Re: [osg-users] Gui widgets that expands on more views

2019-08-17 Thread Robert Osfield
HI Noè, You can do an overall like this several ways. One way is to create a Camera (with otho projection) and subgraph to render the widgets and assign this Camera to the GraphicsWindow and set the Camera's RenderOrder so it get drawn last. Another way is create another View and then have this

Re: [osg-users] Gui widgets that expands on more views

2019-08-17 Thread Noè Murr
Hi Robert, Thank you for the answer. I like this method: "One way is to create a Camera (with otho projection) and subgraph to render the widgets and assign this Camera to the GraphicsWindow and set the Camera's RenderOrder so it get drawn last." As I have only to draw 2D widgets, can I create