Przeglądaj źródła

changing light rande to work for non-pbr materials

Raanan Weber 7 lat temu
rodzic
commit
ad3e26f7ba
1 zmienionych plików z 6 dodań i 6 usunięć
  1. 6 6
      Viewer/src/configuration/types/extended.ts

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

@@ -61,8 +61,8 @@ export let extendedConfiguration: ViewerConfiguration = {
             frustumEdgeFalloff: 0,
             intensity: 7,
             intensityMode: 0,
-            radius: 0.6,
-            range: 0.6,
+            radius: 4.2,
+            range: 4.2,
             spotAngle: 60,
             diffuse: {
                 r: 1,
@@ -100,8 +100,8 @@ export let extendedConfiguration: ViewerConfiguration = {
             frustumEdgeFalloff: 0,
             intensity: 7,
             intensityMode: 0,
-            radius: 0.4,
-            range: 0.4,
+            radius: 5.8,
+            range: 5.8,
             spotAngle: 57,
             diffuse: {
                 r: 1,
@@ -131,8 +131,8 @@ export let extendedConfiguration: ViewerConfiguration = {
             frustumEdgeFalloff: 0,
             intensity: 1,
             intensityMode: 0,
-            radius: 0.5,
-            range: 0.5,
+            radius: 6,
+            range: 6,
             spotAngle: 42.85,
             diffuse: {
                 r: 0.8,