Hi Chuck, On Wed, Feb 3, 2010 at 2:28 PM, Cole, Charles E. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY] <[email protected]> wrote: >> I've removed the entry and if we do ever add it back then we can >> always update the wiki again. >> > > This feature would definitely be useful to me. If nobody has carried it > through from the previous version and others view it as helpful as well, I > can take a stab at putting it back in. And if there are any suggestions > before I go through with this, please post them.
Feel free to dive in and code it. The way to do it is to have a dedicated GUIEventHandler to do the job, this would be explicitly attached to the view(er) that you want to add the writing out of the file. This approach is a bit different to what the OSG-1.x viewer provided - instead it hardwired the 'o' support directly into the viewer, the "monolithic" approach to class design/implementation. The new viewers provide compositional model where you just add what features you need to the viewer. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

