Re: [osg-users] Collision Detecting by Intersections

2008-05-12 Thread Robert Osfield
Hi Umit, The OSG doesn't directly support collision detection, just provides intersection between various types with the scene graph. The main intersector are the osgUtil::LineSegmentIntersection or PolytopeIntersector, the later could be used for testing a convex hull against the scene and is

[osg-users] Collision Detecting by Intersections

2008-05-11 Thread ümit uzun
Hi All; I am trying to detect intersections while flying on the earth database. I looked at the mail list to using intersecting operation and I find osg::BoundingBox. But can it help me to detect the collisions between aircraft and earth model? And Is there any simple example to find out