Added NodeVisitor::INTERSECTION_VISITOR VisitorType
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14395 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
@@ -82,7 +82,8 @@ class OSG_EXPORT NodeVisitor : public virtual Object
|
||||
UPDATE_VISITOR,
|
||||
EVENT_VISITOR,
|
||||
COLLECT_OCCLUDER_VISITOR,
|
||||
CULL_VISITOR
|
||||
CULL_VISITOR,
|
||||
INTERSECTION_VISITOR
|
||||
};
|
||||
|
||||
NodeVisitor(TraversalMode tm=TRAVERSE_NONE);
|
||||
|
||||
Reference in New Issue
Block a user