openscenegraph
Public Member Functions
osg::Drawable::CullCallback Struct Reference
Inheritance diagram for osg::Drawable::CullCallback:
osg::Object osg::Referenced osg::ClusterCullingCallback osgViewer::InteractiveImageHandler

List of all members.

Public Member Functions

 CullCallback ()
 CullCallback (const CullCallback &, const CopyOp &)
 META_Object (osg, CullCallback)
virtual bool cull (osg::NodeVisitor *, osg::Drawable *, osg::State *) const
virtual bool cull (osg::NodeVisitor *nv, osg::Drawable *drawable, osg::RenderInfo *renderInfo) const

Constructor & Destructor Documentation

osg::Drawable::CullCallback::CullCallback ( const CullCallback ,
const CopyOp  
) [inline]

Member Function Documentation

virtual bool osg::Drawable::CullCallback::cull ( osg::NodeVisitor ,
osg::Drawable ,
osg::State  
) const [inline, virtual]

deprecated.

Reimplemented in osg::ClusterCullingCallback.

virtual bool osg::Drawable::CullCallback::cull ( osg::NodeVisitor nv,
osg::Drawable drawable,
osg::RenderInfo renderInfo 
) const [inline, virtual]

do customized cull code, return true if drawable should be culled.

Reimplemented in osgViewer::InteractiveImageHandler.

References cull(), and osg::RenderInfo::getState().

Referenced by cull().


The documentation for this struct was generated from the following file: