UNPKG

three-stdlib

Version:

stand-alone library of threejs examples

13 lines (12 loc) 364 B
import { SkinnedMesh } from 'three'; /** * Dependencies * - mmd-parser https://github.com/takahirox/mmd-parser */ declare class MMDExporter { parseVpd(skin: SkinnedMesh, outputShiftJis: boolean, useOriginalBones: boolean): Uint8Array | string | null; private u2sTable; private unicodeToShiftjis; private getBindBones; } export { MMDExporter };