The btCustomJoint class is used for detailed control of joints.

btCustomJoint用于实现关节的详细控制。

层级 (查看层级一览)

实现

属性

_disableCollisionsBetweenLinkedBodies: boolean = false

Whether to perform collision detection between the two connected objects.

连接的两个物体是否进行碰撞检测。

方法

  • 参数

    • limit: number

      The distance limit.

    • bounceness: number

      The bounciness of the constraint.

    • bounceThreshold: number

      The bounce threshold.

    • spring: number

      The spring stiffness.

    • damp: number

      The damping value.

    返回 void

    Sets the distance limit for the constraint.

    设置约束的距离限制。

  • 参数

    • index: D6Drive

      The drive axis index.

    • stiffness: number

      The drive stiffness.

    • damping: number

      The drive damping.

    • forceLimit: number

      The force limit for the drive.

    返回 void

    Sets the drive parameters for a specific axis of the constraint.

    设置约束特定轴的驱动参数。

  • 参数

    • linearAxis: D6MotionType

      The linear axis to set the limit for.

    • upper: number

      The upper limit.

    • lower: number

      The lower limit.

    • bounceness: number

      The bounciness of the constraint.

    • bounceThreshold: number

      The bounce threshold.

    • spring: number

      The spring stiffness.

    • damping: number

      The damping value.

    返回 void

    Sets the linear limit for a specific axis of the constraint.

    设置约束特定轴的线性限制。

  • 参数

    • yAngle: number

      The Y-axis swing limit (in radians).

    • zAngle: number

      The Z-axis swing limit (in radians).

    • bounceness: number

      The bounciness of the constraint.

    • bounceThreshold: number

      The bounce threshold.

    • spring: number

      The spring stiffness.

    • damping: number

      The damping value.

    返回 void

    Sets the swing limit for the constraint.

    设置约束的摆动限制。

  • 参数

    • upper: number

      The upper twist limit (in radians).

    • lower: number

      The lower twist limit (in radians).

    • bounceness: number

      The bounciness of the constraint.

    • bounceThreshold: number

      The bounce threshold.

    • spring: number

      The spring stiffness.

    • damping: number

      The damping value.

    返回 void

    Sets the twist limit for the constraint.

    设置约束的扭转限制。