Page 1 of 1

Creating Joints btHingeConstraint

Posted: Fri Sep 18, 2015 4:55 pm
by Janzaib Masood
Hi , I have problem with using the btHingeConstraint to create joints. Can anyone tell me the steps to make joints ?

Re: Creating Joints btHingeConstraint

Posted: Wed Sep 23, 2015 8:58 am
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.

Re: Creating Joints btHingeConstraint

Posted: Fri Sep 25, 2015 8:10 pm
by Janzaib Masood
Thank you Basroil. This seems to work.