Explorar el Código

Merge pull request #4301 from eddiewillett/bug/extra-property

Removed unused property 'bllomThreshold'
Raanan Weber hace 7 años
padre
commit
ea2823dd93
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Viewer/src/configuration/configuration.ts

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

@@ -157,7 +157,6 @@ export interface IDefaultRenderingPipelineConfiguration {
     bloomKernel?: number;
     hardwareScaleLevel?: number;
     bloomWeight?: number;
-    bllomThreshold?: number;
     hdr?: boolean;
     samples?: number;
     glowLayerEnabled?: boolean;