Hi Nicolas,

You can use start/stopThreading() i,e,

    viewer.stopThreading();
    do stuff ;
    viewer.startThreading();

Robert.

On Mon, Apr 7, 2008 at 2:55 PM, nicolas peña <[EMAIL PROTECTED]> wrote:

> Hi all,
>
>        I am having problems when adding Views to an already running
> CompositeViewer.
> The behaviour looks to depend on the nature of the single Camera of the
> View I am
> adding  to the CompositeViewer:
> - If the camera of the new View use the rendering context that is already
> in use by the
> Camera of the View that was added to the Composite Viewer before the
> Viewer was
> realized the new View works well.
> - If the Camera of the new View uses a different rendering context it is
> never
> initiated.
> ¿It is possible to add Views in general to an already running
> CompositeViewer?
> ¿What I am missing here?
>
>
> Thanks in advance.
>
> Regards,
>
>          Nicolas.
>
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
>
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to