robertosfield wrote:
> Hi Tolga,
> 
> The OSG selects LOD children dynamically within the cull traversal,
> each independent traversal with have an independent result.  This
> means one shouldn't expect problems with viewing the same scene graph
> from different camera views.
> 
> Is there a chance that more is going on?  Are they just LOD nodes?
> Could they be PagedLOD's?
> 
> Robert.
> 
> On 6 July 2012 09:18, Tolga Yilmaz <> wrote:
> 



I've been in a similar situation, that my earth file loads VPB database for 
both terrain and image layers, which are generated with --TERRAIN option.

With a base osg::Node as sceneData and a base CopositeViewer, and 4 
osgViewer::View(s) every single of which seperately loads the same osg::Node 
pointer as scene node attached to it, seems to be the solution, but i have to 
use every osgViewer::View embedded into QWidget (or QGLWidget), and here starts 
another problem.


Tried to use osgEarht's ViewerWidget (implemenst osgQt::GLWidget) and passed an 
osgViewer::Viewer pointer as argument, but that lead some random crashes.


Looking for a solution, if i will find, make you know, but any idea would be 
perfect :)

Thx

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=48878#48878





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to