Removed binary files
This commit is contained in:
@@ -3,7 +3,7 @@ function createPointConstraintEx( actorA, actorB, pxA, pyA, pzA, pxB, pyB
|
||||
sub setConstraintPivotA( constraint_id, x, y, z)
|
||||
sub setConstraintPivotB( constraint_id, x, y, z)
|
||||
function createHingeConstraint( actorA, pxA, pyA, pzA, axA, ayA, azA)
|
||||
function createHingeConstraintEx( actorA, actorB, pxA, pyA, pzA, pxB, pyB, pzB,
|
||||
function createHingeConstraintEx( actorA, actorB, pxA, pyA, pzA, pxB, pyB, pzB, axA, ayA, azA, axB, ayB, azB)
|
||||
function createSlideConstraint( actorA, frameInB_matrix, useLinearReferenceFrameA)
|
||||
function createSlideConstraintEx( actorA, actorB, frameInA_matrix, frameInB_matrix, useLinearReferenceFrameA)
|
||||
function createConeConstraint( actorA, rbAFrame_matrix)
|
||||
@@ -40,7 +40,7 @@ function getConstraintFixThresh( constraint_id)
|
||||
function getConstraintLimit( constraint_id, limit_index)
|
||||
function getConstraintLimitSoftness( constraint_id)
|
||||
function getConstraintSolverIterations( constraint_id)
|
||||
sub getConstraintAnglePoint( constraint_id, angle, len, ByRef x, ByRef y, ByRef z)
|
||||
sub getConstraintAnglePoint( constraint_id, angle, c_len, ByRef x, ByRef y, ByRef z)
|
||||
function getConstraintAngularOnly( constraint_id)
|
||||
function getConstraintSolveSwingLimit( constraint_id)
|
||||
function getConstraintSolveTwistLimit( constraint_id)
|
||||
|
||||
Reference in New Issue
Block a user