|
@@ -82294,6 +82294,8 @@ var BABYLON;
|
|
|
HDRCubeTexture.prototype.loadTexture = function () {
|
|
|
var _this = this;
|
|
|
var callback = function (buffer) {
|
|
|
+ _this.lodGenerationOffset = 0.0;
|
|
|
+ _this.lodGenerationScale = 0.8;
|
|
|
var scene = _this.getScene();
|
|
|
if (!scene) {
|
|
|
return null;
|
|
@@ -100600,7 +100602,7 @@ var BABYLON;
|
|
|
/**
|
|
|
* Default environment texture URL.
|
|
|
*/
|
|
|
- EnvironmentHelper._environmentTextureCDNUrl = "https://assets.babylonjs.com/environments/environmentSpecular.dds";
|
|
|
+ EnvironmentHelper._environmentTextureCDNUrl = "https://assets.babylonjs.com/environments/environmentSpecular.env";
|
|
|
return EnvironmentHelper;
|
|
|
}());
|
|
|
BABYLON.EnvironmentHelper = EnvironmentHelper;
|