From Jannik Heller, typo fixes
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14832 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
@@ -264,7 +264,7 @@ class OSGMANIPULATOR_EXPORT Dragger : public osg::MatrixTransform
|
||||
|
||||
/**
|
||||
* Set/Get the traversal mask used by this dragger when looking for intersections during event handling.
|
||||
* This is usefull to "hide" some geometry during event handling.
|
||||
* This is useful to "hide" some geometry during event handling.
|
||||
*/
|
||||
virtual void setIntersectionMask(osg::Node::NodeMask intersectionMask) { _intersectionMask = intersectionMask; }
|
||||
osg::Node::NodeMask getIntersectionMask() const { return _intersectionMask; }
|
||||
|
||||
Reference in New Issue
Block a user