I couldn't understand how to visualize axis 1 and axis 2 in btHingeConstraint.
I used 2 boxes A & B.
in A, the pivot point is p(0, 5, 0), and the axis 1 is (0, 0, 1)
in B, the pivot point is p(0, 5, 0), and the axis 2 is (0, 0, 1)
it seems like the axis will tell the rotation of the object along the axis,
however if i change axis 2 into other orientation (1, 0, 0), the rotation of object is still the same just that the object B is attached to the pivot point in different facing direction. i.e, the movement rotation of object B is still the same (like a door).
Could someone help me in visualizing this axis 1 and axis 2 relationship?
Thank you very much

(This is resolved, however i met some new problems below)