Explorar el Código

remove comment

Benjamin Guignabert hace 5 años
padre
commit
f414f1646b
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0 5
      src/PostProcesses/subSurfaceScatteringPostProcess.ts

+ 0 - 5
src/PostProcesses/subSurfaceScatteringPostProcess.ts

@@ -57,11 +57,6 @@ export class SubSurfaceScatteringPostProcess extends PostProcess {
 
         let defines = "";
 
-        // if (this._scene.imageProcessingConfiguration.applyByPostProcess) {
-        //     // We must output linear color for post process
-        //     defines = defines + "#define LINEAR_OUTPUT\n";
-        // }
-
         return defines;
     }
 }