On 3/17/2011 12:36 AM, manish Choudhary wrote:
2.Does OsgBullet give me list of intersection point where two object node meet ?

osgBullet per se doesn't provide anything like this. The Bullet API already provides one or more contact points when two collision shapes meet. You'd have to study the Bullet API to determine if this meets your requirements, but it sounds like what you want.
   -Paul
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to