Ver código fonte

remove comment

Benjamin Guignabert 5 anos atrás
pai
commit
f414f1646b

+ 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;
     }
 }