UNPKG

threepipe

Version:

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

6 lines (5 loc) 271 B
export {GLTFExporter2, type GLTFExporter2Options} from './GLTFExporter2' export {GLTFWriter2} from './GLTFWriter2' export {SimpleJSONExporter} from './SimpleJSONExporter' export {SimpleTextExporter} from './SimpleTextExporter' export {EXRExporter2} from './EXRExporter2'