|
@@ -1,5 +1,5 @@
|
|
import { EngineOptions, IGlowLayerOptions, DepthOfFieldEffectBlurLevel } from 'babylonjs';
|
|
import { EngineOptions, IGlowLayerOptions, DepthOfFieldEffectBlurLevel } from 'babylonjs';
|
|
-import { IObserversConfiguration, IModelConfiguration, ISceneConfiguration, ISceneOptimizerConfiguration, ICameraConfiguration, ISkyboxConfiguration, IGroundConfiguration, ILightConfiguration, IDefaultRenderingPipelineConfiguration, ITemplateConfiguration } from './interfaces';
|
|
|
|
|
|
+import { IVRConfiguration, IObserversConfiguration, IModelConfiguration, ISceneConfiguration, ISceneOptimizerConfiguration, ICameraConfiguration, ISkyboxConfiguration, IGroundConfiguration, ILightConfiguration, IDefaultRenderingPipelineConfiguration, ITemplateConfiguration } from './interfaces';
|
|
|
|
|
|
export function getConfigurationKey(key: string, configObject: any) {
|
|
export function getConfigurationKey(key: string, configObject: any) {
|
|
let splits = key.split('.');
|
|
let splits = key.split('.');
|
|
@@ -80,6 +80,8 @@ export interface ViewerConfiguration {
|
|
[propName: string]: boolean | undefined;
|
|
[propName: string]: boolean | undefined;
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+ vr?: IVRConfiguration;
|
|
|
|
+
|
|
// features that are being tested.
|
|
// features that are being tested.
|
|
// those features' syntax will change and move out!
|
|
// those features' syntax will change and move out!
|
|
// Don't use in production (or be ready to make the changes :) )
|
|
// Don't use in production (or be ready to make the changes :) )
|