The example works as is with a .osg model. The camera manipulator is set as in the example. The nodes do not load incrementally as they are created like when I used qtosgwidget using the requestredraw function. And just like before the user has no control to move the camera until all the nodes are loaded. Is there a way to do the load similar to a pagedLOD with osgsimpleviewerqt3 so the nodes load as they are drawn.
Thanks, -John -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Osfield Sent: Thursday, December 14, 2006 3:00 PM To: osg users Subject: Re: [osg-users] Switch from qtosgwidget to osgsimpleviewerqt3 Hi John, On 12/14/06, Whitfield, John M. (SED/TMI) <[EMAIL PROTECTED]> wrote: > I have changed over to using osgsimpleviewerQT3 from qtosgwidget, but > it seems to wait until everything is loaded to update the screen and > the user has no control over moving the view just like before. Is > there something like a requestredraw I need to access. The SimpleViewer class doesn't automatically register a camera manipulator for you, you'll need to add it yourself as per the osgsimpleviewerQT3 example, at least this would be my first guess as to what might be wrong. BTW, does the example work as is? On my machine it loads up and provides users interaction straight away, no delays or problems with using the trackball manipulator. Robert. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/ _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
