jME3 jBullet question for a (hopefully) easy getter request

Hello!



Well, I’m still playing with joints in the Physics, and I was wondering if there would be any chance of having the getLowerLimit() and getUpperLimit() of the jBullet hinge implementation added to PhysicsHingeJoint?



jBullet HingeConstraint javadoc:

HingeConstraint (JBullet)



It’s just kinda a pain to have no way of accessing the joint’s limits after setLimit(float, float) unless you explicitly keep track of them.



Thanks!

~FlaH

1 Like

Added to svn

Thanks a bunch! Makes life easier! :smiley:



~FlaH