@pixiv/three-vrm
    Preparing search index...

    Class VRMRollConstraint

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    destination: Object3D

    The object being constrained by the source.

    source: Object3D

    The object constrains the destination.

    weight: number

    The weight of the constraint.

    Accessors

    • get dependencies(): Set<Object3D<Object3DEventMap>>

      Returns Set<Object3D<Object3DEventMap>>

    • get rollAxis(): "X" | "Y" | "Z"

      The roll axis of the constraint.

      Returns "X" | "Y" | "Z"

    • set rollAxis(rollAxis: "X" | "Y" | "Z"): void

      The roll axis of the constraint.

      Parameters

      • rollAxis: "X" | "Y" | "Z"

      Returns void

    Methods

    • Set initial state of the constraint.

      Returns void

    • Update and apply the constraint.

      Returns void