Interface VRMCoreLoaderPluginOptions

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

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