File size: 182 Bytes
6cd9596
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import { Object3D } from '../../../src/Three';

export class GLTFExporter {
  constructor();

  parse(input: Object3D, onCompleted: (gltf: object) => void, options: object): null;
}