@pixiv/three-vrm
Version:
VRM file loader for three.js.
10 lines (9 loc) • 420 B
TypeScript
export { VRM } from './VRM';
export { VRMLoaderPlugin } from './VRMLoaderPlugin';
export type { VRMLoaderPluginOptions } from './VRMLoaderPluginOptions';
export type { VRMParameters } from './VRMParameters';
export * from './VRMUtils';
export * from '@pixiv/three-vrm-core';
export * from '@pixiv/three-vrm-materials-mtoon';
export * from '@pixiv/three-vrm-node-constraint';
export * from '@pixiv/three-vrm-springbone';