From Jan Peciva, RayIntersector implementation
This commit is contained in:
@@ -50,9 +50,9 @@ class Intersector : public osg::Referenced
|
||||
LIMIT_NEAREST
|
||||
};
|
||||
|
||||
Intersector(CoordinateFrame cf=MODEL):
|
||||
Intersector(CoordinateFrame cf=MODEL, IntersectionLimit il=NO_LIMIT):
|
||||
_coordinateFrame(cf),
|
||||
_intersectionLimit(NO_LIMIT),
|
||||
_intersectionLimit(il),
|
||||
_disabledCount(0) {}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user