Raanan Weber hace 7 años
padre
commit
52799f687d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Viewer/src/viewer/viewer.ts

+ 0 - 1
Viewer/src/viewer/viewer.ts

@@ -602,7 +602,6 @@ export abstract class AbstractViewer {
         // create a new template manager for this viewer
         this.sceneManager = new SceneManager(this.engine, this._configurationContainer, this.observablesManager);
 
-        this.engine.initWebVR();
         return Promise.resolve(this.engine);
     }