List of all members.
Detailed Description
Definition at line 204 of file Utils.
Constructor & Destructor Documentation
osgEarth::CullNodeByFrameNumber::CullNodeByFrameNumber |
( |
| ) |
[inline] |
Member Function Documentation
void osgEarth::CullNodeByFrameNumber::operator() |
( |
osg::Node * |
node, |
|
|
osg::NodeVisitor * |
nv |
|
) |
| [inline] |
Definition at line 207 of file Utils.
{
if ( nv->getFrameStamp()->getFrameNumber() - _frame <= 1 )
traverse(node, nv);
}
Member Data Documentation
The documentation for this struct was generated from the following file:
- /home/cube/sources/osgearth/src/osgEarth/Utils