未验证 提交 d050e407 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #15980 from Methuselah96/typescript-examples-jsm

Add TypeScript definitions for GLTFExporter
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.
先完成此消息的编辑!
想要评论请 注册