On 2009-10-14, Chris 'Xenon' Hanson <[email protected]> wrote: > Randolph Fritz wrote: >> Why does MatrixManipulator contain the following virtual function >> declaration? >> virtual void home(double /*currentTime*/) {} >> What does the currentTime have to do with anything? > > The home position could potentially be a non-constant thing, with > different values at different times. > > Why do you ask? >
I'm trying to move the viewpoint to the home position I just set (I'm using the trackball manipulator), and home(0) doesn't seem to do it, though hitting the space bar does. What am I missing? -- Randolph Fritz design machine group, architecture department, university of washington [email protected] -or- [email protected] _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

