Skip to content

Commit f84e317

Browse files
committed
Merge pull request #103 from Bunzaga/patch-2
Update ammo.idl
2 parents 3361f85 + 368cfb1 commit f84e317

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ammo.idl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,8 @@ interface btHingeConstraint {
443443
void btHingeConstraint ([Ref] btRigidBody rbA, [Ref] btRigidBody rbB, [Ref] btTransform rbAFrame, [Ref] btTransform rbBFrame, optional boolean useReferenceFrameA);
444444
void btHingeConstraint ([Ref] btRigidBody rbA, [Ref] btTransform rbAFrame, optional boolean useReferenceFrameA);
445445

446-
void setLimit(float low, float hight, float softness, float biasFactor, optional float relaxationFactor);
446+
void setLimit(float low, float high, float softness, float biasFactor, optional float relaxationFactor);
447+
void enableAngularMotor(boolean enableMotor, float targetVelocity, float maxMotorImpulse);
447448
};
448449
btHingeConstraint implements btTypedConstraint;
449450

0 commit comments

Comments
 (0)