UNPKG

@pixiv/three-vrm

Version:

VRM file loader for three.js.

12 lines (11 loc) 528 B
import { deepDispose } from './deepDispose'; import { removeUnnecessaryJoints } from './removeUnnecessaryJoints'; import { removeUnnecessaryVertices } from './removeUnnecessaryVertices'; import { rotateVRM0 } from './rotateVRM0'; export declare class VRMUtils { private constructor(); static deepDispose: typeof deepDispose; static removeUnnecessaryJoints: typeof removeUnnecessaryJoints; static removeUnnecessaryVertices: typeof removeUnnecessaryVertices; static rotateVRM0: typeof rotateVRM0; }