Hi, I am implementing my own update callback and i need list of colliding nodes with current node in operator() method. I have to use only simple collision metod by comparing BoundSpheres but i dont know how to get list of colliding nodes. I guess I have to somehow modify node visitor so when it traverse to current node i can simply extract from nodevisitor list of colliding nodes.
Any ideas? Thank you! Cheers, Matus ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=67182#67182 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

