提交 7923c2ee 编写于 作者: M Mugen87

TS: Clean up

上级 c9cff8eb
import {
AnimationClip,
LoadingManager,
AnimationClip,
LoadingManager,
Scene
} from '../../../src/Three';
......@@ -9,7 +9,7 @@ export interface Collada {
animations: AnimationClip[];
kinematics: object;
library: object;
scene: Scene;
scene: Scene;
}
export class Collada {
......@@ -20,7 +20,7 @@ export class Collada {
resourcePath: string;
load(url: string, onLoad: (collada: Collada) => void, onProgress?: (event: ProgressEvent) => void, onError?: (event: ErrorEvent) => void) : void;
setPath(path: string) : this;
setPath(path: string) : this;
setResourcePath(path: string) : this;
setCrossOrigin(value: string): this;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册