Re: [osg-users] Removing stateset for all assoc nodes without traverse

2017-04-12 Thread Robert Osfield
Hi Yura, On 12 April 2017 at 13:10, Yura Ivanov wrote: > How can I remove stateset for all associated nodes without calling > setStateset(NULL) to each node? Or what is the fastest way to do it? The way you remove a stateset from a Node is via setStateSet(). To remove it from all the nodes tha

[osg-users] Removing stateset for all assoc nodes without traverse

2017-04-12 Thread Yura Ivanov
Hi, How can I remove stateset for all associated nodes without calling setStateset(NULL) to each node? Or what is the fastest way to do it? Thank you! Cheers, Yura -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=70750#70750