Skip to content

Commit

Permalink
Nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
deltakosh committed Dec 11, 2019
1 parent 9b3dd2e commit d54bc78
Show file tree
Hide file tree
Showing 62 changed files with 4,551 additions and 2,037 deletions.
1 change: 1 addition & 0 deletions dist/preview release/babylon.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31434,6 +31434,7 @@ declare module BABYLON {
* @returns a Uint8Array containing RGBA colors
*/
readPixels(x: number, y: number, width: number, height: number, hasAlpha?: boolean): Uint8Array;
private static _isSupported;
/**
* Gets a boolean indicating if the engine can be instanciated (ie. if a webGL context can be found)
* @returns true if the engine can be created
Expand Down
2 changes: 1 addition & 1 deletion dist/preview release/babylon.js

Large diffs are not rendered by default.

151 changes: 86 additions & 65 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.

2 changes: 2 additions & 0 deletions dist/preview release/babylon.module.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32385,6 +32385,7 @@ declare module "babylonjs/Engines/thinEngine" {
* @returns a Uint8Array containing RGBA colors
*/
readPixels(x: number, y: number, width: number, height: number, hasAlpha?: boolean): Uint8Array;
private static _isSupported;
/**
* Gets a boolean indicating if the engine can be instanciated (ie. if a webGL context can be found)
* @returns true if the engine can be created
Expand Down Expand Up @@ -101424,6 +101425,7 @@ declare module BABYLON {
* @returns a Uint8Array containing RGBA colors
*/
readPixels(x: number, y: number, width: number, height: number, hasAlpha?: boolean): Uint8Array;
private static _isSupported;
/**
* Gets a boolean indicating if the engine can be instanciated (ie. if a webGL context can be found)
* @returns true if the engine can be created
Expand Down
1 change: 1 addition & 0 deletions dist/preview release/documentation.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31434,6 +31434,7 @@ declare module BABYLON {
* @returns a Uint8Array containing RGBA colors
*/
readPixels(x: number, y: number, width: number, height: number, hasAlpha?: boolean): Uint8Array;
private static _isSupported;
/**
* Gets a boolean indicating if the engine can be instanciated (ie. if a webGL context can be found)
* @returns true if the engine can be created
Expand Down
6 changes: 3 additions & 3 deletions dist/preview release/gui/babylon.gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ return /******/ (function(modules) { // webpackBootstrap
/******/ ({

/***/ "../../node_modules/tslib/tslib.es6.js":
/*!*****************************************************************!*\
!*** C:/Dev/Babylon/Babylon.js/node_modules/tslib/tslib.es6.js ***!
\*****************************************************************/
/*!***********************************************************!*\
!*** C:/Repos/Babylon.js/node_modules/tslib/tslib.es6.js ***!
\***********************************************************/
/*! exports provided: __extends, __assign, __rest, __decorate, __param, __metadata, __awaiter, __generator, __exportStar, __values, __read, __spread, __spreadArrays, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault */
/***/ (function(module, __webpack_exports__, __webpack_require__) {

Expand Down
2 changes: 1 addition & 1 deletion dist/preview release/gui/babylon.gui.min.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions dist/preview release/inspector/babylon.inspector.bundle.js

Large diffs are not rendered by default.

Loading

0 comments on commit d54bc78

Please sign in to comment.