Hi Dave, i don't understand what you are doing. Do you like to get a surface point back? Do you like to get a line intersected point back. Do you like a point inside the model back. So one technique is the line intersection. You define a line segment by a starting point and a ending point, then let intersect this with the scene As result you get back all intersections, and then you can decide wether the point is on the line and has intersected with the models surface or not.
may this short answer help you, may not. /adegli 2007/8/15, Dave Pugmire <[EMAIL PROTECTED]>: > > Hi, > I need to determine the following. Given a 3D point, which models > contain the point. I'm not seeing anything to do this off hand. > Something easy is to grab the bounding volume for the Geode, and see if > the point is inside, but I'd like to get something more accurate. > > Thanks, > Dave > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > -- ******************************************** Adrian Egli
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

