David Catuhe 8 年 前
コミット
0074f1b700

ファイルの差分が大きいため隠しています
+ 2656 - 2656
dist/preview release/babylon.d.ts


ファイルの差分が大きいため隠しています
+ 8 - 8
dist/preview release/babylon.js


+ 3 - 0
dist/preview release/babylon.max.js

@@ -43464,6 +43464,9 @@ var BABYLON;
             }
             _this.isCube = true;
             _this._textureMatrix = BABYLON.Matrix.Identity();
+            if (prefiltered) {
+                _this.gammaSpace = false;
+            }
             return _this;
         }
         CubeTexture.CreateFromImages = function (files, scene, noMipmap) {

ファイルの差分が大きいため隠しています
+ 2656 - 2656
dist/preview release/babylon.module.d.ts


ファイルの差分が大きいため隠しています
+ 8 - 8
dist/preview release/babylon.worker.js


ファイルの差分が大きいため隠しています
+ 5794 - 5794
dist/preview release/customConfigurations/minimalViewer/babylon.d.ts


ファイルの差分が大きいため隠しています
+ 10 - 10
dist/preview release/customConfigurations/minimalViewer/babylon.js


+ 3 - 0
dist/preview release/customConfigurations/minimalViewer/babylon.max.js

@@ -31349,6 +31349,9 @@ var BABYLON;
             }
             _this.isCube = true;
             _this._textureMatrix = BABYLON.Matrix.Identity();
+            if (prefiltered) {
+                _this.gammaSpace = false;
+            }
             return _this;
         }
         CubeTexture.CreateFromImages = function (files, scene, noMipmap) {

ファイルの差分が大きいため隠しています
+ 5794 - 5794
dist/preview release/customConfigurations/minimalViewer/babylon.module.d.ts


+ 4 - 0
src/Materials/Textures/babylon.cubeTexture.ts

@@ -73,6 +73,10 @@
             this.isCube = true;
 
             this._textureMatrix = Matrix.Identity();
+
+            if (prefiltered) {
+                this.gammaSpace = false;
+            }
         }
 
         // Methods