The class btHingeJoint represents a hinge joint between two rigid bodies.

btHingeJoint 表示两个刚体之间的摆动关节。

层级 (查看层级一览)

实现

属性

_disableCollisionsBetweenLinkedBodies: boolean = false

Whether to perform collision detection between the two connected objects.

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

方法

  • 参数

    • lowerLimit: number

      The lower limit of the joint's movement.

    • upperLimit: number

      The upper limit of the joint's movement.

    • contactDist: number

      The contact distance.

    返回 void

    Sets the hard limit for the joint.

    设置关节的硬限制。

  • 参数

    • flag: number

      The flag to be set.

    • value: boolean

      The boolean value to set the flag to.

    返回 void

    Sets a specific flag for the hinge joint.

    为铰链关节设置特定标志。

  • 参数

    • lowerLimit: number

      The lower limit of the joint's movement.

    • upperLimit: number

      The upper limit of the joint's movement.

    • stiffness: number

      The stiffness of the soft limit.

    • damping: number

      The damping of the soft limit.

    返回 void

    Sets the soft limit for the joint.

    设置关节的软限制。