STLExporter.d.ts 120 B

1234567
  1. import {Object3D} from "../../..";
  2. export class STLExporter {
  3. constructor();
  4. parse(scene: Object3D, options: {});
  5. }