Added support for intesecting Drawable that are attached directly to the scene graph without an osg::Geode
This commit is contained in:
@@ -258,6 +258,7 @@ class OSGUTIL_EXPORT IntersectionVisitor : public osg::NodeVisitor
|
||||
public:
|
||||
|
||||
virtual void apply(osg::Node& node);
|
||||
virtual void apply(osg::Drawable& drawable);
|
||||
virtual void apply(osg::Geode& geode);
|
||||
virtual void apply(osg::Billboard& geode);
|
||||
virtual void apply(osg::Group& group);
|
||||
|
||||
Reference in New Issue
Block a user