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

Merge pull request #18604 from donmccurdy/feat-gltfloader-group

GLTFLoader: Update typings.
import {
AnimationClip,
Camera,
Group,
Loader,
LoadingManager,
Scene
LoadingManager
} from '../../../src/Three';
import { DRACOLoader } from './DRACOLoader';
......@@ -11,8 +11,8 @@ import { DDSLoader } from './DDSLoader';
export interface GLTF {
animations: AnimationClip[];
scene: Scene;
scenes: Scene[];
scene: Group;
scenes: Group[];
cameras: Camera[];
asset: {
copyright?: string;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册