UNPKG

@pixiv/three-vrm

Version:

VRM file loader for three.js.

10 lines (9 loc) 258 B
/** * Options for a {@link VRMMetaImporter} instance. */ export interface VRMMetaImporterOptions { /** * If `true`, it won't load its thumbnail texture ({@link VRMMeta.texture}). `false` by default. */ ignoreTexture?: boolean; }