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

    Class VRMMetaLoaderPlugin

    A plugin of GLTFLoader that imports a VRM1Meta from a VRM extension of a GLTF.

    Implements

    • GLTFLoaderPlugin
    Index

    Constructors

    Properties

    acceptLicenseUrls: string[]

    A list of license urls. This meta loader will accept these licenseUrls. Otherwise it won't be loaded.

    acceptV0Meta: boolean

    Whether it should accept VRM0.0 meta or not. Note that it might load VRM0Meta instead of VRM1Meta when this is true. true by default.

    needThumbnailImage: boolean

    If false, it won't load its thumbnail image (VRM1Meta.thumbnailImage). false by default.

    parser: GLTFParser

    Accessors

    • get name(): string

      Returns string

    Methods

    • Parameters

      • gltf: GLTF

      Returns Promise<void>