From Paul Martz, "The osgocclusionquery example contained some duplicate code that was also in the core OSG occlusion query code. This change removes the need for that."
This commit is contained in:
@@ -67,6 +67,7 @@ public:
|
||||
// Set the StateSets used by the OQN when rendering OQ geometry
|
||||
// or debug bounding geometry.
|
||||
void setQueryStateSets( osg::StateSet* ss, osg::StateSet* ssDebug );
|
||||
void getQueryStateSets( osg::StateSet* ss, osg::StateSet* ssDebug );
|
||||
|
||||
// For statistics gathering, e.g., by a NodeVisitor.
|
||||
bool getPassed() const;
|
||||
|
||||
Reference in New Issue
Block a user