Creating Joints btHingeConstraint

Post Reply
Janzaib Masood
Posts: 5
Joined: Fri Aug 14, 2015 11:50 am

Creating Joints btHingeConstraint

Post by Janzaib Masood »

Hi , I have problem with using the btHingeConstraint to create joints. Can anyone tell me the steps to make joints ?
Basroil
Posts: 463
Joined: Fri Nov 30, 2012 4:50 am

Re: Creating Joints btHingeConstraint

Post by Basroil »

Janzaib Masood wrote:Hi , I have problem with using the btHingeConstraint to create joints. Can anyone tell me the steps to make joints ?
In your bullet source you'll see a section called demos (or examples in newer builds) that contains several code examples with comments. I would suggest you take a look at them and experiment with how they work using that example code. Experience is always the best teacher.
Janzaib Masood
Posts: 5
Joined: Fri Aug 14, 2015 11:50 am

Re: Creating Joints btHingeConstraint

Post by Janzaib Masood »

Thank you Basroil. This seems to work.
Post Reply