OBJExporter.d.ts 126 B

1234567
  1. import {Object3D} from '../../../src/Three';
  2. export class OBJExporter {
  3. constructor();
  4. parse(object: Object3D): string;
  5. }
粤ICP备19079148号