mooball
    Preparing search index...

    Interface AddJointParams

    interface AddJointParams {
        color?: UnparsedColor;
        d0: number;
        d1: number;
        length?: number | [min: number, max: number];
        strength?: number | "rigid";
    }
    Index

    Properties

    The color of the new joint.

    d0: number

    The first disc index of the new joint.

    d1: number

    The second disc index of the new joint.

    length?: number | [min: number, max: number]

    The length of the new joint.

    strength?: number | "rigid"

    The strengh of the new joint.