Skip to content

Commit

Permalink
Merge pull request kripken#90 from Kuang11/master
Browse files Browse the repository at this point in the history
Added m_bIsFrontWheel to btWheelInfo, setCcdMotionThreshold and setCcdSweptSphereRadius to btRigidBody.
  • Loading branch information
kripken committed Oct 11, 2014
2 parents d78e41e + e8c114f commit 213a001
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ammo.idl
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ interface btCollisionObject {
void setCollisionFlags(long flags);
void setWorldTransform ([Const,Ref] btTransform worldTrans);
void setCollisionShape (btCollisionShape collisionShape);
void setCcdMotionThreshold (float ccdMotionThreshold);
void setCcdSweptSphereRadius (float radius);
};

[NoDelete]
Expand Down Expand Up @@ -517,6 +519,7 @@ interface btWheelInfo {
attribute float m_steering;
attribute float m_maxSuspensionForce;
attribute float m_maxSuspensionTravelCm;
attribute boolean m_bIsFrontWheel;
};

interface btActionInterface {
Expand Down

0 comments on commit 213a001

Please sign in to comment.