Exemplo n.º 1
0
 public abstract void AddConstraintRef(BulletBody obj, BulletConstraint constrain);
Exemplo n.º 2
0
 public abstract Vector3 SetAnisotripicFriction(BulletConstraint constrain, Vector3 frict);
Exemplo n.º 3
0
 public abstract bool HasAnisotripicFriction(BulletConstraint constrain);
Exemplo n.º 4
0
 public abstract bool RemoveConstraintFromWorld(BulletWorld world, BulletConstraint constrain);
Exemplo n.º 5
0
 // =====================================================================================
 // btCollisionObject entries
 public abstract Vector3 GetAnisotripicFriction(BulletConstraint constrain);
Exemplo n.º 6
0
 public abstract void SetConstraintNumSolverIterations(BulletConstraint constrain, float iterations);
Exemplo n.º 7
0
 public abstract bool AddConstraintToWorld(BulletWorld world, BulletConstraint constrain, bool disableCollisionsBetweenLinkedObjects);
Exemplo n.º 8
0
 public abstract bool CalculateTransforms(BulletConstraint constrain);
Exemplo n.º 9
0
 public abstract bool SetConstraintParam(BulletConstraint constrain, ConstraintParams paramIndex, float value, ConstraintParamAxis axis);
Exemplo n.º 10
0
 public abstract bool TranslationalLimitMotor(BulletConstraint constrain, float enable, float targetVel, float maxMotorForce);
Exemplo n.º 11
0
 public abstract bool SetBreakingImpulseThreshold(BulletConstraint constrain, float threshold);
Exemplo n.º 12
0
 public abstract bool UseFrameOffset(BulletConstraint constrain, float enable);
Exemplo n.º 13
0
 public abstract bool SetAngularLimits(BulletConstraint constrain, Vector3 low, Vector3 hi);
Exemplo n.º 14
0
 public abstract bool SetFrames(BulletConstraint constrain,
                                Vector3 frameA, Quaternion frameArot, Vector3 frameB, Quaternion frameBrot);
Exemplo n.º 15
0
 public abstract void RemoveConstraintRef(BulletBody obj, BulletConstraint constrain);
Exemplo n.º 16
0
 public abstract bool DestroyConstraint(BulletWorld world, BulletConstraint constrain);
Exemplo n.º 17
0
 public virtual void DumpConstraint(BulletWorld sim, BulletConstraint constrain)
 {
 }
Exemplo n.º 18
0
 public abstract void SetConstraintEnable(BulletConstraint constrain, float numericTrueFalse);