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

    Class VRMSpringBoneLoaderPlugin

    Implements

    • GLTFLoaderPlugin
    Index

    Constructors

    • Parameters

      • parser: GLTFParser
      • Optionaloptions: VRMSpringBoneLoaderPluginOptions

      Returns VRMSpringBoneLoaderPlugin

    Properties

    colliderHelperRoot?: Object3D<Object3DEventMap>

    Specify an Object3D to add VRMSpringBoneJointHelper s. If not specified, helper will not be created. If renderOrder is set to the root, helpers will copy the same renderOrder .

    jointHelperRoot?: Object3D<Object3DEventMap>

    Specify an Object3D to add VRMSpringBoneJointHelper s. If not specified, helper will not be created. If renderOrder is set to the root, helpers will copy the same renderOrder .

    parser: GLTFParser
    useExtendedColliders: boolean

    If true, load colliders defined in VRMC_springBone_extended_collider. Set to false to disable loading extended colliders and use the fallback behavior. true by default.

    EXTENSION_NAME: "VRMC_springBone"

    Accessors

    • get name(): string

      Returns string

    Methods

    • Parameters

      • gltf: GLTF

      Returns Promise<void>