Hi John,

osgViewer threading and osgDB ops are totally independent except for
sync'ing done with osgDB::DatabasePager, there should be no conflict between
osgDB::readImageFile/readNodeFile calls.

Now... if want to be alot more specific about what youmean by "breaks out
render loop" then there is chance that others might be able to help out,
till then we'll just have wave hands.

Robert.

On Wed, Apr 9, 2008 at 3:00 PM, Argentieri, John-P63223 <
[EMAIL PROTECTED]> wrote:

>  Robert,
>
> I am experimenting a little with osgViewer::CompositeViewer in OSG 2.0. We
> have a thread in our application that is separate, and uses
> osgDB::readImageFile or readNodeFile. When it does the reading, it breaks
> our render loop. It looks like the osgDB::read call and the
> CompositeViewer.frame() call are conflicting somewhere. Any ideas?
>
> Thanks,
>
> *John Argentieri*
> *Software Engineer*
> *GENERAL DYNAMICS*
> *C4 Systems *
> *(407) 281-5568*
> [EMAIL PROTECTED]
>
> *"This email message is for the sole use of the intended recipient(s) and
> may contain GDC4S confidential or privileged information. Any unauthorized
> review, use, disclosure or distribution is prohibited. If you are not an
> intended recipient, please contact the sender by reply email and destroy all
> copies of the original message.*"
>
> _______________________________________________
> 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