Hi Terry,

The osgUtil::IntersectVisitor is deprecated by
osgUtil::IntersectionVisitor/*Intersector classes, I've kept it around for
backwards compatibility purposes.  IntersectionVisitor doesn't have a limit
with number of linesegments like IntersectVisitor does.

FYI, IntersectVisitor uses a bit mask internally for tracking which segments
are culled which is why there is a 32 limit.

Robert.

On Sat, Apr 12, 2008 at 6:50 PM, Terry Welsh <[EMAIL PROTECTED]> wrote:

> My app has simpler code and better performance if I comment out the 32
> LineSegment limit in IntersectVisitor.cpp.  Is that limit really
> necessary or is it a bit of legacy code?
> - Terry
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to