소스 검색

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,