Browse Source

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

Mr.doob 11 years ago
parent
commit
b6256c577a
1 changed files with 2 additions and 0 deletions
  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;",