Pārlūkot izejas kodu

Merge pull request #4261 from BabylonJS/RaananW-patch-1

Update extended.ts
David Catuhe 7 gadi atpakaļ
vecāks
revīzija
c960c0afad
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      Viewer/src/configuration/types/extended.ts

+ 2 - 2
Viewer/src/configuration/types/extended.ts

@@ -298,7 +298,7 @@ export let extendedConfiguration: ViewerConfiguration = {
         receiveShadows: true
         receiveShadows: true
     },
     },
     lab: {
     lab: {
-        assetsRootURL: '/assets/environment/',
+        assetsRootURL: 'https://viewer.babylonjs.com/assets/environment/',
         environmentMap: {
         environmentMap: {
             texture: "EnvMap_2.0-256.env",
             texture: "EnvMap_2.0-256.env",
             rotationY: 3,
             rotationY: 3,
@@ -311,4 +311,4 @@ export let extendedConfiguration: ViewerConfiguration = {
             bloomWeight: 0.05
             bloomWeight: 0.05
         }
         }
     }
     }
-}
+}