How to make the hinge motor work at fixed speed?

Post Reply
TonyS
Posts: 10
Joined: Sat May 27, 2017 8:16 am

How to make the hinge motor work at fixed speed?

Post by TonyS »

Currently I am using enableAngularMotor for an axe like behavior but it slows down while it reaches to the limit. How can I make it to not slowdown and hit to the limit with full speed?
User avatar
xissburg
Posts: 46
Joined: Sat May 19, 2007 9:28 pm

Re: How to make the hinge motor work at fixed speed?

Post by xissburg »

In enableAngularMotor you pass the maximum impulse in the last/3rd parameter. Set it to a high number or SIMD_INFINITY.
Post Reply