UNPKG

three

Version:

JavaScript 3D library

10 lines (5 loc) 165 B
import { Object3D } from '../../../src/Three'; export class TypedGeometryExporter { constructor(); parse( scene: Object3D, options: {} ): DataView | string; }