瀏覽代碼

Modify the default configuration
environment.dds is now hosted from the playground.

Raanan Weber 7 年之前
父節點
當前提交
b109c25a1b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Viewer/src/configuration/configuration.ts

+ 1 - 1
Viewer/src/configuration/configuration.ts

@@ -229,7 +229,7 @@ export let defaultConfiguration: ViewerConfiguration = {
     ],
     skybox: {
         cubeTexture: {
-            url: 'http://localhost:9000/environment.dds',
+            url: 'https://playground.babylonjs.com/textures/environment.dds',
             gammaSpace: false
         },
         pbr: true,