Quellcode durchsuchen

removing non-defaults

Raanan Weber vor 7 Jahren
Ursprung
Commit
c912d5482a
1 geänderte Dateien mit 3 neuen und 4 gelöschten Zeilen
  1. 3 4
      Viewer/src/configuration/configuration.ts

+ 3 - 4
Viewer/src/configuration/configuration.ts

@@ -212,12 +212,12 @@ export let defaultConfiguration: ViewerConfiguration = {
             }
         ]
     },
-    lights: [
+    /*lights: [
         {
             type: 1,
             shadowEnabled: true,
             direction: { x: -0.2, y: -1, z: 0 },
-            position: { x: 0.017, y: 0.5, z: 0 },
+            position: { x: 0.017, y: 50, z: 0 },
             intensity: 4.5,
             shadowConfig: {
                 useBlurExponentialShadowMap: true,
@@ -226,7 +226,7 @@ export let defaultConfiguration: ViewerConfiguration = {
                 blurScale: 4
             }
         }
-    ],
+    ],*/
     skybox: {
         cubeTexture: {
             url: 'https://playground.babylonjs.com/textures/environment.dds',
@@ -234,7 +234,6 @@ export let defaultConfiguration: ViewerConfiguration = {
         },
         pbr: true,
         blur: 0.7,
-        scale: 32,
         infiniteDIstance: false,
         material: {
             imageProcessingConfiguration: {