Browse Source

Removed Sheen IBL DFG LUT from ShaderLib

Daniel Sturk 6 years ago
parent
commit
bbfee95cd6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/renderers/shaders/ShaderLib.js

+ 0 - 1
src/renderers/shaders/ShaderLib.js

@@ -276,7 +276,6 @@ ShaderLib.physical = {
 			clearCoat: { value: 0 },
 			clearCoat: { value: 0 },
 			clearCoatRoughness: { value: 0 },
 			clearCoatRoughness: { value: 0 },
 			sheenColor: { value: new Color( 0x000000 ) },
 			sheenColor: { value: new Color( 0x000000 ) },
-			dfgLut: { value: null },
 			clearCoatNormalScale: { value: new Vector2( 1, 1 ) },
 			clearCoatNormalScale: { value: new Vector2( 1, 1 ) },
 			clearCoatNormalMap: { value: null },
 			clearCoatNormalMap: { value: null },
 		}
 		}