浏览代码

Swap Default environment to .env

sebastien 7 年之前
父节点
当前提交
9d39caecc1
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 二进制
      assets/environments/environmentSpecular.env
  2. 1 1
      src/Helpers/babylon.environmentHelper.ts

二进制
assets/environments/environmentSpecular.env


+ 1 - 1
src/Helpers/babylon.environmentHelper.ts

@@ -186,7 +186,7 @@ module BABYLON {
         /**
          * Default environment texture URL.
          */
-        private static _environmentTextureCDNUrl = "https://assets.babylonjs.com/environments/environmentSpecular.dds";
+        private static _environmentTextureCDNUrl = "https://assets.babylonjs.com/environments/environmentSpecular.env";
 
         /**
          * Creates the default options for the helper.