[osg-users] osgViewer in a FLTK window...

2009-04-14 Thread Tueller, Shayne R Civ USAF AFMC 519 SMXS/MXDEC
Another question. Can you have an osgViewer embedded in a FLTK windowing framework? If so, can osgViewer still render with multi-threading? I know there are some limitations along this line when an osgViewer is embedded in a GLUT window. I'm wondering if having an osgViewer in a FLTK window

Re: [osg-users] osgViewer in a FLTK window...

2009-04-14 Thread Eric Sokolowsky
I have been busy playing with this. You can have an osgViewer embedded in a FLTK window. I haven't tried to render with multiple threads yet, but it works for a single thread. You can draw FLTK windows in multiple threads but you have to use a mutex (part of the FLTK system) so you can only draw

Re: [osg-users] osgViewer in a FLTK window...

2009-04-14 Thread Tueller, Shayne R Civ USAF AFMC 519 SMXS/MXDEC
To: OpenSceneGraph Users Subject: Re: [osg-users] osgViewer in a FLTK window... I have been busy playing with this. You can have an osgViewer embedded in a FLTK window. I haven't tried to render with multiple threads yet, but it works for a single thread. You can draw FLTK windows in multiple