Hi Sebastian, I have just reviewed your changes to the obj plugin and am curious when the apply(osg::Group& node) method that you have modified doesn't just defer the the custom traverse() method to pushStateSet/popStateSet(), instead the original author explicitly the base class osg::NodeVisitor::traverse(node) method. This makes me think the original author didn't want to have the pushStateSet/popStateSet used for Group's for some reason.
Robert. On 29 January 2016 at 11:40, Sebastian Messerschmidt < [email protected]> wrote: > Hi Robert > The exporter wasn't taking all StateSets (specifically group-statesets) > into account when exporting materials. > > Changes made against trunk. > > Cheers > Sebastian > > > > _______________________________________________ > osg-submissions mailing list > [email protected] > > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > >
_______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
