Interface VRMHumanoidLoaderPluginOptions

interface VRMHumanoidLoaderPluginOptions {
    autoUpdateHumanBones?: boolean;
    helperRoot?: Object3D<Object3DEventMap>;
}

Properties

autoUpdateHumanBones?: boolean

Whether it copies pose from normalizedHumanBones to rawHumanBones on update. true by default.

true
helperRoot?: Object3D<Object3DEventMap>

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