Questions about ConvextSweep and Ray Sweep

User avatar
Dr.Shepherd
Posts: 168
Joined: Tue Jan 04, 2011 11:47 pm

Questions about ConvextSweep and Ray Sweep

Post by Dr.Shepherd »

Hi, I want to make the thing below:
Once an object hits the ground, a hinge joint is produced at the contact point between the object and ground.

So first I need to get the contact point, is it? I read around and it seems that ConvexSweep and Raysweep would do what I want?

Could anyone give me some advice on it or tell me which demo I may get some information?

Cheers.

Jas
User avatar
Dr.Shepherd
Posts: 168
Joined: Tue Jan 04, 2011 11:47 pm

Re: Questions about ConvextSweep and Ray Sweep

Post by Dr.Shepherd »

It seems that I got the answer. Check the tutorial:
http://bulletphysics.org/mediawiki-1.5. ... d_Triggers

Hope it would be helpful for others.