Hello everybody,

I trying to write a simple application with osg to perform the following:
1. take user input, mouse click xy coordinate
2. find intersecting coordinate in the objects in the scene such as lines and 
points.

I can get mouse xy and using 
view->computeIntersections(mouseX, mouseY,intersections)
I can get intersections with sphere, cube and heightField but not with lines or 
points.

Any ideas what's going on?

Thank you!

osgtry

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=19581#19581





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to