[osg-users] get current accumulated transform

2009-06-29 Thread Rabbi Robinson
Hi, How do I get current accumulated transform in a nodeupdatecallback? Specifically virtual void operator()(osg::Node* node, osg::NodeVisitor* nv) What does NodeVisitior->apply(something) mean? Thank you! Cheers, Rabbi -- Read this topic online here: http://forum.openscenegr

Re: [osg-users] get current accumulated transform

2009-06-29 Thread Robert Osfield
Hi Rabbi, On Mon, Jun 29, 2009 at 10:22 PM, Rabbi Robinson wrote: > How do I get current accumulated transform in a nodeupdatecallback? > Specifically > virtual void operator()(osg::Node* node, osg::NodeVisitor* nv) > > What does NodeVisitior->apply(something) mean? The NodeVisitor has a NodePat