What I did was make my own manipulator derived from MatrixManipulator, then add it to the switch manipulator in the view. Then set it to be the one I want. Then in the handle for the events (my event of interest is each FRAME) I set the matrix by grabbing computePosition from the original MatrixManipulator and modify it to do what I want (e.g., step close each FRAME or rotate each FRAME by .1 deg), to make a series of images for further analysis.
I switch out the manipulators when the user clicks the "go" button, etc. switch it back when he cancels or it finishes. Hope this helps, Bob -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Friday, August 28, 2009 10:09 AM To: [email protected] Subject: osg-users Digest, Vol 26, Issue 64 Send osg-users mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of osg-users digest..." _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

