CompositeViewer support: Difference between revisions

Jump to navigation Jump to search
m
Line 298: Line 298:


=== Multiple Viewers ===
=== Multiple Viewers ===
One possible
solution would be to have two separate viewers, each running their own
frame() when required - you can't mix scene graphs or graphics contexts
in this case though.<ref>https://www.mail-archive.com/osg-users@lists.openscenegraph.org/msg30983.html</ref>
If you don't want the main rendering loop to wait for the rendering of all these extra views then
If you don't want the main rendering loop to wait for the rendering of all these extra views then
you'll need to use a separate viewer(or compositeviewer) with it's own
you'll need to use a separate viewer(or compositeviewer) with it's own

Navigation menu