Hi there, Given a single object in my scene graph defined by the hierachy
PositionAttitudeTransform (x1) | Geode (x1) | Geometry (x1) | Drawables (x Many) Is there a simple way to determine if a point location is inside the geometry, taking into account transforms applied by the PAT? I am reluctant to use the intersect visitor, as the scene is very cluttered and I will likely get lots of intersections, and this may be time-consuming to determine whether the intersection was with my geometry object. Any ideas? Thank you! Andrew ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=15610#15610 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

