UNPKG

threepipe

Version:

A modern 3D viewer framework built on top of three.js, written in TypeScript, designed to make creating high-quality, modular, and extensible 3D experiences on the web simple and enjoyable.

17 lines (15 loc) 1.03 kB
export {AssetImporter} from './AssetImporter' export {AssetExporter, type AssetExporterEventMap} from './AssetExporter' export {AssetManager} from './AssetManager' export {Object3DManager} from './Object3DManager' export {Importer} from './Importer' export {MaterialManager} from './MaterialManager' export type {AssetManagerOptions, AddRawOptions, ImportAddOptions, AddAssetOptions} from './AssetManager' export type {IAsset, IFile, IAssetID, IAssetList} from './IAsset' export type {ImportResult, IImportResultUserData, ImportResultObject, IAssetImporter, IAssetImporterEventMap, ImportAssetOptions, ImportFilesOptions, LoadFileOptions, ProcessRawOptions, RootSceneImportResult, ImportResultExtras} from './IAssetImporter' export type {IAssetExporter, IExporter, IExportWriter, ExportFileOptions, BlobExt} from './IExporter' export type {IImporter, ILoader} from './IImporter' export type {Object3DManagerEventMap} from './Object3DManager' export * from './import/index' export * from './export/index' export * from './gltf/index'