Initial project import
This commit is contained in:
12
node_modules/three-stdlib/exporters/MMDExporter.d.ts
generated
vendored
Normal file
12
node_modules/three-stdlib/exporters/MMDExporter.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
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 };
|
||||
Reference in New Issue
Block a user