I understand. I just brought it up 1) to make sure it wasn't an accidental omission and 2) for people running KDE dual-head (like me) where 1/2 the screen shows up and the other doesn't (which I believe is technically a KDE issue ).
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Robert Osfield > Sent: Monday, February 26, 2007 11:40 AM > To: osg users > Subject: Re: [osg-users] OSG examples and windowed mode > > Hi Ken, > > On 2/26/07, Sewell, Kenneth R CTR USAF AFRL/SNZW > <[EMAIL PROTECTED]> wrote: > > > > Its been a while since I've checked out a recent OSG, so I just got > > the SVN version from this morning (26Feb2007). The build > worked and > > the demos run, however they don't seem to respond to the > 'f' key anymore. > > This used to swap between fullscreen and windowed mode. > Was removal > > of this feature intentional or and accidental omission? > > This change is very much intentional. osgViewer::Viewer > isn't like osgProducer::Viewer in that the later by default > puts everything including the kitchen sink into the viewer. > osgViewer::Viewer just provides basic functionality out of > the box, and you add the various facilities you need. > > The osgviewer example adds various extra event handlers so it > behaves more like the old osgviewer, it also adds facilities > like being able to change the threading model on the fly, but > isn't a complete implementation of the rest of the > osgProducer::Viewer/old osgviewer facilities. One of missing > elements is the toggle between full screen and windowed mode. > This will come. > > These extra features won't be back ported into > osgViewer::Viewer, or the other examples unless specifically > required. The focus of the rest of the examples is the > illustrate and test specific OSG features and adding lots of > viewer features just distracts from this. > > Robert. > > 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/
