Forráskód Böngészése

remove envMap encoding macro.

Ben Houston 9 éve
szülő
commit
7fb2830beb

+ 0 - 6
src/renderers/shaders/ShaderChunk/envmap_pars_fragment.glsl

@@ -11,12 +11,6 @@
 	#endif
 	uniform float flipEnvMap;
 
-	vec4 envMapTexelToLinear( vec4 value ) {
-		#define MACRO_DECODE ENVMAP_ENCODING
-			#include <encoding_template>
-		#undef MACRO_DECODE
-	}
-
 	#if defined( USE_BUMPMAP ) || defined( USE_NORMALMAP ) || defined( PHONG ) || defined( STANDARD )
 
 		uniform float refractionRatio;