<div dir="ltr"><div>To answer my own question. The approach that worked was to just remove the "zNear" plane from the Polytope. It is the last plane.</div><div>Seems like an unnecessary hack.</div><div><br></div><div>    PolytopeIntersector* picker<br>      = new PolytopeIntersector ( osgUtil::Intersector::PROJECTION, nx1, ny1, nx2, ny2 );<br></div><div>    auto planeList = picker->getPolytope().getPlaneList();<br>    planeList.pop_back();<br>    picker->getPolytope().set ( planeList );<br><br></div><div><br></div><div><br></div><br>On Friday, May 1, 2020 at 12:06:26 PM UTC-7, AndrewC wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir="ltr"><div>Hi,</div><div>I am using the PolytopeIntersector to select objects in a "selection box"</div><div>Works as expected in most cases.</div><div>However when I am "zoomed in" (perspective view) fairly tightly ( the eye point is inside the bounding box of the geometry), the PolytopeIntersector returns "no hits" on the geometry.</div><div><br></div><div>I am at my wits end on this one after walking through the OSG code, it seems to be deciding the geometry is not inside the planes of the Polytope.<br></div><div><br></div><div><br></div><div>Andrew<br></div><div><br></div><div><br></div><div><br></div></div></blockquote></div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "OpenSceneGraph Users" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:osg-users+unsubscribe@googlegroups.com">osg-users+unsubscribe@googlegroups.com</a>.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/osg-users/fac96b1d-6d15-436a-9cd7-e9c3472022fb%40googlegroups.com?utm_medium=email&utm_source=footer">https://groups.google.com/d/msgid/osg-users/fac96b1d-6d15-436a-9cd7-e9c3472022fb%40googlegroups.com</a>.<br />