Hi Antoine, On 20 September 2017 at 17:15, Antoine Rennuit <[email protected]> wrote:
> Hi all, > > There seems to be a maximum of 32 osg::Plane that can be added to a > osg::Polytope for intersection computations. The osg::Plane beyond 32 are > not checked against. > > Is there a reason for this? > I don't recall the details, but most likely down to a uint being used as mask internally. I'd be cautious about expanding it beyond this, checking more than 32 planes is going to be pretty expensive, if you are getting to this level of planes then I would expect that solving the task with a different appropriate would probably be appropriate. A custom technique may be the most appropriate route. Robert.
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

