Explorar el Código

Merge branch 'dev' of https://github.com/mrdoob/three.js into dev

Mr.doob hace 11 años
padre
commit
b6256c577a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/renderers/shaders/ShaderLib.js

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

@@ -763,6 +763,8 @@ THREE.ShaderLib = {
 			"		#endif",
 
 			"	}",
+			
+			THREE.ShaderChunk[ "alphatest_fragment" ],
 
 			"	if( enableSpecular )",
 			"		specularTex = texture2D( tSpecular, vUv ).xyz;",