|
@@ -1,7 +1,6 @@
|
|
|
/// <reference path="./babylon.module.d.ts"/>
|
|
|
/// <reference path="./babylon.glTF2Interface.d.ts"/>
|
|
|
-/// <reference path="./babylonjs.loaders.d.ts"/>
|
|
|
-declare module "babylonjs-loaders"{ export=BABYLON;}
|
|
|
+/// <reference path="./babylonjs.loaders.module.d.ts"/>
|
|
|
// Generated by dts-bundle v0.7.3
|
|
|
// Dependencies for this module:
|
|
|
// ../../../../../Tools/Gulp/babylonjs
|
|
@@ -168,7 +167,7 @@ declare module BabylonViewer {
|
|
|
/**
|
|
|
* This will be executed when the templates initialize.
|
|
|
*/
|
|
|
- protected _onTemplatesLoaded(): Promise<import("./viewer").AbstractViewer>;
|
|
|
+ protected _onTemplatesLoaded(): Promise<import("babylonjs-viewer/viewer/viewer").AbstractViewer>;
|
|
|
protected _initVR(): void;
|
|
|
/**
|
|
|
* Toggle fullscreen of the entire viewer
|
|
@@ -1651,7 +1650,7 @@ declare module BabylonViewer {
|
|
|
}
|
|
|
declare module BabylonViewer {
|
|
|
export class ConfigurationLoader extends RenderOnlyConfigurationLoader {
|
|
|
- protected getExtendedConfig(type: string | undefined): import("./configuration").ViewerConfiguration;
|
|
|
+ protected getExtendedConfig(type: string | undefined): import("babylonjs-viewer/configuration/configuration").ViewerConfiguration;
|
|
|
}
|
|
|
}
|
|
|
declare module BabylonViewer {
|