UNPKG

three

Version:

JavaScript 3D library

8 lines (5 loc) 150 B
import {Object3D} from "../../.."; export class TypedGeometryExporterD { constructor(); parse(scene: Object3D, options: {}): DataView | string; }