Re: [osg-users] viewer settings

2007-06-01 Thread Robert Osfield
On 6/1/07, Paul Martz <[EMAIL PROTECTED]> wrote: If you are saying that you expect osgviewer to work just like it did in v1.2, you should note that all the underlying support code has been replaced and many of the key commands that used to work in v1.2 are no longer available. "osgViewer != osgPr

RE: [osg-users] viewer settings

2007-06-01 Thread Paul Martz
e LLC http://www.skew-matrix.com 303 859 9466 > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Marcus Fritzen > Sent: Friday, June 01, 2007 2:41 AM > To: osg users > Subject: [osg-users] viewer settings > > Hello, >

Re: [osg-users] viewer settings

2007-06-01 Thread Serge Lages
Hi Marcus, To set up the viewer you have to add event hanmdlers, for example : viewer.addEventHandler(new osgGA::StateSetManipulator(viewer.getCamera ()->getOrCreateStateSet())); viewer.addEventHandler(new osgViewer::StatsHandler()); viewer.addEventHandler(new osgViewer::WindowSizeHandler()); a

[osg-users] viewer settings

2007-06-01 Thread Marcus Fritzen
Hello, just a fast question. I am using the new osg 1.9.6 and tying out the viewer. Now I realized, that the keybindings like "w" for wireframe or "f" for fullscreen are not working for me. Is there someting that I forgot? I set up a viewer with osgViewer::Viewer viewer; and at the end I make