Merge pull request #7857 from webbiesdk/threeAddDefaultLoadingManager

Three.js: Added the DefaultLoadingManager to the declaration file.
This commit is contained in:
Masahiro Wakame
2016-02-06 23:42:29 +09:00
+2
View File
@@ -2009,6 +2009,8 @@ declare module THREE {
itemError(url: string): void;
}
export var DefaultLoadingManager: LoadingManager;
export class MaterialLoader {
constructor(manager?: LoadingManager);