Newer
Older
HuangJiPC / public / static / three / examples / jsm / exporters / MMDExporter.d.ts
@zhangdeliang zhangdeliang on 21 Jun 193 bytes update
import { Object3D } from '../../../src/Three';

export class MMDExporter {

	constructor();

	parseVpd( skin: Object3D, outputShiftJis: boolean, useOriginalBones: boolean ): [] | Uint8Array

}