Skip to content

Commit

Permalink
Nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
deltakosh committed Nov 4, 2019
1 parent dc48fab commit 0a8cd5c
Show file tree
Hide file tree
Showing 14 changed files with 241 additions and 195 deletions.
6 changes: 5 additions & 1 deletion Playground/babylon.d.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41310,7 +41310,10 @@ declare module BABYLON {
* @see https://doc.babylonjs.com/how_to/webxr
*/
export class WebXRCamera extends FreeCamera {
private static _TmpMatrix;
/**
* Is the camera in debug mode. Used when using an emulator
*/
debugMode: boolean;
/**
* Creates a new webXRCamera, this should only be set at the camera after it has been updated by the xrSessionManager
* @param name the name of the camera
Expand Down Expand Up @@ -54577,6 +54580,7 @@ declare module BABYLON {
readonly output: NodeMaterialConnectionPoint;
protected _buildBlock(state: NodeMaterialBuildState): this;
serialize(): any;private _deserialize(serializationObject: any, scene: Scene, rootUrl: string): void;
protected _dumpPropertiesCode(): string;
}
}
declare module BABYLON {
Expand Down
6 changes: 5 additions & 1 deletion dist/preview release/babylon.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42051,7 +42051,10 @@ declare module BABYLON {
* @see https://doc.babylonjs.com/how_to/webxr
*/
export class WebXRCamera extends FreeCamera {
private static _TmpMatrix;
/**
* Is the camera in debug mode. Used when using an emulator
*/
debugMode: boolean;
/**
* Creates a new webXRCamera, this should only be set at the camera after it has been updated by the xrSessionManager
* @param name the name of the camera
Expand Down Expand Up @@ -55438,6 +55441,7 @@ declare module BABYLON {
protected _buildBlock(state: NodeMaterialBuildState): this;
serialize(): any;
_deserialize(serializationObject: any, scene: Scene, rootUrl: string): void;
protected _dumpPropertiesCode(): string;
}
}
declare module BABYLON {
Expand Down
2 changes: 1 addition & 1 deletion dist/preview release/babylon.js

Large diffs are not rendered by default.

259 changes: 139 additions & 120 deletions dist/preview release/babylon.max.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/preview release/babylon.max.js.map

Large diffs are not rendered by default.

12 changes: 10 additions & 2 deletions dist/preview release/babylon.module.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43541,7 +43541,10 @@ declare module "babylonjs/Cameras/XR/webXRCamera" {
* @see https://doc.babylonjs.com/how_to/webxr
*/
export class WebXRCamera extends FreeCamera {
private static _TmpMatrix;
/**
* Is the camera in debug mode. Used when using an emulator
*/
debugMode: boolean;
/**
* Creates a new webXRCamera, this should only be set at the camera after it has been updated by the xrSessionManager
* @param name the name of the camera
Expand Down Expand Up @@ -58171,6 +58174,7 @@ declare module "babylonjs/Materials/Node/Blocks/trigonometryBlock" {
protected _buildBlock(state: NodeMaterialBuildState): this;
serialize(): any;
_deserialize(serializationObject: any, scene: Scene, rootUrl: string): void;
protected _dumpPropertiesCode(): string;
}
}
declare module "babylonjs/Materials/Node/Blocks/colorMergerBlock" {
Expand Down Expand Up @@ -110318,7 +110322,10 @@ declare module BABYLON {
* @see https://doc.babylonjs.com/how_to/webxr
*/
export class WebXRCamera extends FreeCamera {
private static _TmpMatrix;
/**
* Is the camera in debug mode. Used when using an emulator
*/
debugMode: boolean;
/**
* Creates a new webXRCamera, this should only be set at the camera after it has been updated by the xrSessionManager
* @param name the name of the camera
Expand Down Expand Up @@ -123705,6 +123712,7 @@ declare module BABYLON {
protected _buildBlock(state: NodeMaterialBuildState): this;
serialize(): any;
_deserialize(serializationObject: any, scene: Scene, rootUrl: string): void;
protected _dumpPropertiesCode(): string;
}
}
declare module BABYLON {
Expand Down
6 changes: 5 additions & 1 deletion dist/preview release/documentation.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42051,7 +42051,10 @@ declare module BABYLON {
* @see https://doc.babylonjs.com/how_to/webxr
*/
export class WebXRCamera extends FreeCamera {
private static _TmpMatrix;
/**
* Is the camera in debug mode. Used when using an emulator
*/
debugMode: boolean;
/**
* Creates a new webXRCamera, this should only be set at the camera after it has been updated by the xrSessionManager
* @param name the name of the camera
Expand Down Expand Up @@ -55438,6 +55441,7 @@ declare module BABYLON {
protected _buildBlock(state: NodeMaterialBuildState): this;
serialize(): any;
_deserialize(serializationObject: any, scene: Scene, rootUrl: string): void;
protected _dumpPropertiesCode(): string;
}
}
declare module BABYLON {
Expand Down
96 changes: 48 additions & 48 deletions dist/preview release/gui/babylon.gui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/preview release/gui/babylon.gui.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/preview release/packagesSizeBaseLine.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"thinEngineOnly":116029,"engineOnly":152892,"sceneOnly":496881,"minGridMaterial":627367,"minStandardMaterial":751210}
{"thinEngineOnly":116089,"engineOnly":152950,"sceneOnly":496943,"minGridMaterial":627573,"minStandardMaterial":751416}
12 changes: 10 additions & 2 deletions dist/preview release/viewer/babylon.module.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43541,7 +43541,10 @@ declare module "babylonjs/Cameras/XR/webXRCamera" {
* @see https://doc.babylonjs.com/how_to/webxr
*/
export class WebXRCamera extends FreeCamera {
private static _TmpMatrix;
/**
* Is the camera in debug mode. Used when using an emulator
*/
debugMode: boolean;
/**
* Creates a new webXRCamera, this should only be set at the camera after it has been updated by the xrSessionManager
* @param name the name of the camera
Expand Down Expand Up @@ -58171,6 +58174,7 @@ declare module "babylonjs/Materials/Node/Blocks/trigonometryBlock" {
protected _buildBlock(state: NodeMaterialBuildState): this;
serialize(): any;
_deserialize(serializationObject: any, scene: Scene, rootUrl: string): void;
protected _dumpPropertiesCode(): string;
}
}
declare module "babylonjs/Materials/Node/Blocks/colorMergerBlock" {
Expand Down Expand Up @@ -110318,7 +110322,10 @@ declare module BABYLON {
* @see https://doc.babylonjs.com/how_to/webxr
*/
export class WebXRCamera extends FreeCamera {
private static _TmpMatrix;
/**
* Is the camera in debug mode. Used when using an emulator
*/
debugMode: boolean;
/**
* Creates a new webXRCamera, this should only be set at the camera after it has been updated by the xrSessionManager
* @param name the name of the camera
Expand Down Expand Up @@ -123705,6 +123712,7 @@ declare module BABYLON {
protected _buildBlock(state: NodeMaterialBuildState): this;
serialize(): any;
_deserialize(serializationObject: any, scene: Scene, rootUrl: string): void;
protected _dumpPropertiesCode(): string;
}
}
declare module BABYLON {
Expand Down
Loading

0 comments on commit 0a8cd5c

Please sign in to comment.