#include <osg/NodeVisitor>
#include <osg/Drawable>
#include <osgUtil/Export>
#include <list>
Namespaces | |
namespace | osgUtil |
Classes | |
class | osgUtil::Intersector |
Pure virtual base class for implementating custom intersection technique. More... | |
class | osgUtil::IntersectorGroup |
Concrent class for passing multiple intersectors through the scene graph. More... | |
class | osgUtil::IntersectionVisitor |
InteresectionVisitor is used to testing for intersections with the scene, traversing the scene using generic osgUtil::Intersector's to test against the scene. More... | |
struct | osgUtil::IntersectionVisitor::ReadCallback |
Callback used to implement the reading of external files, allowing support for paged databases to be intergrated with IntersectionVisitor. More... | |
Defines | |
#define | OSGUTIL_INTERSECTIONVISITOR 1 |
#define OSGUTIL_INTERSECTIONVISITOR 1 |