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

    Interface VRMCoreLoaderPluginOptions

    interface VRMCoreLoaderPluginOptions {
        autoUpdateHumanBones?: boolean;
        expressionPlugin?: VRMExpressionLoaderPlugin;
        firstPersonPlugin?: VRMFirstPersonLoaderPlugin;
        helperRoot?: Object3D<Object3DEventMap>;
        humanoidPlugin?: VRMHumanoidLoaderPlugin;
        lookAtPlugin?: VRMLookAtLoaderPlugin;
        metaPlugin?: VRMMetaLoaderPlugin;
    }
    Index

    Properties

    autoUpdateHumanBones?: boolean
    expressionPlugin?: VRMExpressionLoaderPlugin
    firstPersonPlugin?: VRMFirstPersonLoaderPlugin
    helperRoot?: Object3D<Object3DEventMap>

    If assigned, the object will be used as a helper root of every component. Useful for debug. Will be overwritten if you use custom loader plugins for each components.

    humanoidPlugin?: VRMHumanoidLoaderPlugin
    lookAtPlugin?: VRMLookAtLoaderPlugin
    metaPlugin?: VRMMetaLoaderPlugin