Re: [osg-users] Collision Detection and getting intersection point between two object

2011-03-17 Thread manish Choudhary
Hi, I really want to use Bullet library but before proceeding forward I have some question so that I don't face problem in future :- 1.Can OsgBullet integrate with my current application ? 2.Does OsgBullet give me list of intersection point where two object node meet ? I need Intersection

Re: [osg-users] Collision Detection and getting intersection point between two object

2011-03-17 Thread Kim Bale
1.Can OsgBullet integrate with my current application ? I don't know about the specifics of your application but I for one am using osgBullet in it's current form to compute collisions in several of my programs. 2.Does OsgBullet give me list of intersection point where two object node meet ?

Re: [osg-users] Collision Detection and getting intersection point between two object

2011-03-17 Thread Paul Martz
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

[osg-users] Collision Detection and getting intersection point between two object

2011-03-16 Thread manish Choudhary
Hi, I'm working on problem in which user develop composite shape like building , hut , table etc. by arranging basic shape like cylinder,cube,hemisphere etc. using picking operation. Right now basic shape overlap each other , which is not required in my application . Therefore I need

Re: [osg-users] Collision Detection and getting intersection point between two object

2011-03-16 Thread Sergey Polischuk
Hi, Osg dont have this features, you should use another libraries for this (like physics simulation libraries). Cheers, Sergey. 16.03.2011, 13:36, manish Choudhary osgfo...@tevs.eu: Hi, I'm working on problem in which user develop composite  shape like building , hut , table etc. by

Re: [osg-users] Collision Detection and getting intersection point between two object

2011-03-16 Thread Kim Bale
Try osgBullet: http://code.google.com/p/osgbullet/ I'm using it for collisions. Regards, Kim. http://code.google.com/p/osgbullet/ 2011/3/16 Sergey Polischuk pol...@yandex.ru Hi, Osg dont have this features, you should use another libraries for this (like physics simulation libraries).

Re: [osg-users] Collision Detection and getting intersection point between two object

2011-03-16 Thread Paul Martz
On 3/16/2011 1:18 PM, Kim Bale wrote: Try osgBullet: http://code.google.com/p/osgbullet/ I'm using it for collisions. FYI The posted osgBullet roadmap is no longer valid. I am planning to do some significant work on this project later in the year, including breaking out the dependency on