Explorar o código

Scene Manager moved

Raanan Weber %!s(int64=7) %!d(string=hai) anos
pai
achega
7b80de8a88

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 1
Viewer/src/viewer/sceneManager.ts


+ 1 - 1
Viewer/src/optimizer/custom/extended.ts

@@ -1,5 +1,5 @@
 import { Scalar, DefaultRenderingPipeline, Scene } from 'babylonjs';
-import { SceneManager } from '../../viewer/sceneManager';
+import { SceneManager } from '../../managers/sceneManager';
 
 /**
  * A custom upgrade-oriented function configuration for the scene optimizer.

+ 1 - 1
Viewer/src/optimizer/custom/index.ts

@@ -1,5 +1,5 @@
 import { extendedUpgrade, extendedDegrade } from "./extended";
-import { SceneManager } from "../../viewer/sceneManager";
+import { SceneManager } from "../../managers/sceneManager";
 
 const cache: { [key: string]: (sceneManager: SceneManager) => boolean } = {};
 

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1 - 1
Viewer/src/viewer/viewer.ts


+ 1 - 1
Viewer/tests/commons/helper.ts

@@ -1,7 +1,7 @@
 import { BABYLON, AbstractViewer, DefaultViewer, ViewerModel, viewerGlobals, AnimationPlayMode, AnimationState } from "../../src";
 import { ViewerConfiguration } from "../../src/configuration/configuration";
 import { IModelAnimation } from "../../src/model/modelAnimation";
-import { SceneManager } from "../../src/viewer/sceneManager";
+import { SceneManager } from "../../src/managers/sceneManager";
 
 export const useNullEngine = true;