提交 61b7e8c5 编写于 作者: N Nathan Bierema

Add TypeScript definitions for GLTFExporter

上级 4b073dc6
import { Object3D } from '../../../src/Three';
export class GLTFExporter {
constructor();
parse(input: Object3D, onCompleted: (gltf: object) => void, options: object): null;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册