Is anyone know of any source code that is a good example of how to phase new nodes in and out of pagedLOD, because it is not working the way I assumed it would?
Thanks, -John -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Osfield Sent: Friday, November 17, 2006 2:55 PM To: osg users Subject: Re: [osg-users] Timing Hi John, PagedLOD allows you to load objects in the background and incrementally merge them. Robert. On 11/17/06, Whitfield, John M. (SED/TMI) <[EMAIL PROTECTED]> wrote: > I am attempting to run openscenegraph within a qt window. Although all > of camera controls are not implemented to the level I would like, > there is a timing control issue I also need to work on. I start the > program, then use the mouse to get the part of the scene I am > interested. Once I start reading in the file and adding all of these > nodes to the scene I loose control of my ability to move the camera > until everything is loaded. I would like to be able to move as the nodes are being created. > Does anybody know how to solve this problem? > > Thanks, > -John > _______________________________________________ > 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/ _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
