Re: [osg-users] Binding user interface to the recording

2009-03-16 Thread Robert Osfield
Hi Sunitha, See the osgvewier.cpp example, it has: // add the record camera path handler viewer.addEventHandler(new osgViewer::RecordCameraPathHandler); Robert. 2009/3/16 sunitha sunagad > > > -- Hi All > I need to know how to bind the user interface for ex i am > using

[osg-users] Binding user interface to the recording

2009-03-16 Thread sunitha sunagad
-- Hi All I need to know how to bind the user interface for ex i am using Qt toolkit for the GUI and when i click the record option i internally i need to enable the 'z' option for recording the animation... Please let me know how to bind it or enable the osg recording option with the