Hi,

I am using osgWidget to run osg inside a window frame.

It works fine when I use

viewer.home();

No problem.

However, if I use:

        while(!viewer.done())
        {
                viewer.frame();
        }
to get access to the simulation loop, the widget window is lost and osg is 
again using the full screen.

How can I use osgWidget and program inside the simulation loop?

Thank you

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





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

Reply via email to