Re: [osg-users] OSG state tracking visitor?

2010-12-08 Thread Chris 'Xenon' Hanson
On 12/8/2010 2:42 PM, Paul Martz wrote: > Hi all -- Does anyone know of a state tracking NodeVisitor, either in core > OSG or in an > external project? I'd expect it to merge StateSets onto the top of stack as > it visits > nodes, allowing an application to access a snapshot of current state by

[osg-users] OSG state tracking visitor?

2010-12-08 Thread Paul Martz
Hi all -- Does anyone know of a state tracking NodeVisitor, either in core OSG or in an external project? I'd expect it to merge StateSets onto the top of stack as it visits nodes, allowing an application to access a snapshot of current state by querying the top-of-stack. (osg::State doesn't q