Browse Source

ShaderChunk: Removed unused constant. (#22240)

Mr.doob 4 years ago
parent
commit
ab66068f68

+ 0 - 1
src/renderers/shaders/ShaderChunk/lights_physical_pars_fragment.glsl.js

@@ -16,7 +16,6 @@ struct PhysicalMaterial {
 
 };
 
-#define MAXIMUM_SPECULAR_COEFFICIENT 0.16
 #define DEFAULT_SPECULAR_COEFFICIENT 0.04
 
 // Clear coat directional hemishperical reflectance (this approximation should be improved)