Skip to content

Commit

Permalink
Merge pull request #103 from Bunzaga/patch-2
Browse files Browse the repository at this point in the history
Update ammo.idl
  • Loading branch information
kripken committed Mar 10, 2015
2 parents 3361f85 + 368cfb1 commit f84e317
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ammo.idl
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,8 @@ interface btHingeConstraint {
void btHingeConstraint ([Ref] btRigidBody rbA, [Ref] btRigidBody rbB, [Ref] btTransform rbAFrame, [Ref] btTransform rbBFrame, optional boolean useReferenceFrameA);
void btHingeConstraint ([Ref] btRigidBody rbA, [Ref] btTransform rbAFrame, optional boolean useReferenceFrameA);

void setLimit(float low, float hight, float softness, float biasFactor, optional float relaxationFactor);
void setLimit(float low, float high, float softness, float biasFactor, optional float relaxationFactor);
void enableAngularMotor(boolean enableMotor, float targetVelocity, float maxMotorImpulse);
};
btHingeConstraint implements btTypedConstraint;

Expand Down

0 comments on commit f84e317

Please sign in to comment.