UNPKG

threepipe

Version:

A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.

15 lines 1.02 kB
export { AssetImporter } from './AssetImporter'; export { AssetExporter } from './AssetExporter'; export { AssetManager } from './AssetManager'; export { Importer } from './Importer'; export { MaterialManager } from './MaterialManager'; export type { IAssetImporterEvent } from './AssetImporter'; export type { AssetManagerOptions, AddRawOptions, ImportAddOptions, AddAssetOptions } from './AssetManager'; export type { IAsset, IFile, IAssetID, IAssetList } from './IAsset'; export type { ImportResult, IImportResultUserData, ImportResultObject, IAssetImporter, IAssetImporterEventTypes, ImportAssetOptions, ImportFilesOptions, LoadFileOptions, ProcessRawOptions, RootSceneImportResult, ImportResultExtras } from './IAssetImporter'; export type { IAssetExporter, IExporter, IExportParser, ExportFileOptions, BlobExt } from './IExporter'; export type { IImporter, ILoader } from './IImporter'; export * from './import/index'; export * from './export/index'; export * from './gltf/index'; //# sourceMappingURL=index.d.ts.map