Hi,
I built a hinge constraint , with the dbgDrawer, I can see the hinge direction. Can i change the direction of the hinge not on the constructor.
thanks!
Change the direction of the hinge
-
- Posts: 10
- Joined: Mon Sep 09, 2013 4:54 pm
- Location: Buenos Aires, Argentina
Re: Change the direction of the hinge
I think the method
does what you need
Code: Select all
void setAxis (btVector3 &axisInA)
-
- Posts: 6
- Joined: Tue Sep 03, 2013 1:36 pm
Re: Change the direction of the hinge
yes,Thanks!Epileftric wrote:I think the method
does what you needCode: Select all
void setAxis (btVector3 &axisInA)