btHingeConstraint Limits...

jcrada
Posts: 11
Joined: Thu Oct 09, 2008 10:59 pm

btHingeConstraint Limits...

Post by jcrada »

Hi,
In what range are the limits of a btHingeConstraint? Which is the lower limit? Which is the upper limit? Does it goes from [0,2PI] ? Or from [-PI/2,PI/2]? Or does it depends on something else? I need the lowest and the highest limit a hinge can have.

Thanks all :)
User avatar
projectileman
Posts: 109
Joined: Thu Dec 14, 2006 4:27 pm
Location: Colombia

Re: btHingeConstraint Limits...

Post by projectileman »

I think that btHingeConstraint is capable to have limits between (-2pi,2pi) . But you must ensure that m_lowerLimit<m_upperLimit , and m_lowerLimit > -2pi and m_upperLimit<2pi.