Skip to content

Commit

Permalink
Merge pull request #39 from QuantumCoderQC/bcon_nodes
Browse files Browse the repository at this point in the history
Comment out Hinge constartint methods to expose only two options.
  • Loading branch information
luboslenco authored Dec 6, 2020
2 parents 463e829 + cda5b9c commit 7f4fea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/bullet/bullet.idl
Original file line number Diff line number Diff line change
Expand Up @@ -531,8 +531,8 @@ btConeTwistConstraint implements btTypedConstraint;
interface btHingeConstraint {
void btHingeConstraint ([Ref] btRigidBody rbA, [Ref] btRigidBody rbB, [Ref] btVector3 pivotInA, [Ref] btVector3 pivotInB, [Ref] btVector3 axisInA, [Ref] btVector3 axisInB, optional boolean useReferenceFrameA);
void btHingeConstraint ([Ref] btRigidBody rbA, [Ref] btVector3 pivotInA, [Ref] btVector3 axisInA, optional boolean useReferenceFrameA);
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 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 high, float softness, float biasFactor, optional float relaxationFactor);
void enableAngularMotor(boolean enableMotor, float targetVelocity, float maxMotorImpulse);
Expand Down

0 comments on commit 7f4fea1

Please sign in to comment.