Added debug message for Timout

This commit is contained in:
Robert Osfield 2013-01-25 10:24:11 +00:00
parent 5aa1234fa4
commit 390b546389
2 changed files with 3 additions and 0 deletions

View File

@ -466,6 +466,8 @@ public:
osg::NodeVisitor(tm),
_operatorList(operatorList) {}
META_NodeVisitor(osgPresentation, FindOperatorsVisitor)
void apply(osg::Node& node)
{
if (node.getStateSet()) process(node.getStateSet());

View File

@ -292,6 +292,7 @@ void Timeout::traverse(osg::NodeVisitor& nv)
}
else
{
OSG_NOTICE<<"Timout::traverse() "<<nv.className()<<std::endl;
Transform::traverse(nv);
}