Explorar el Código

ColladaLoader2: Comment out alphaMap code for now.

Mr.doob hace 8 años
padre
commit
e9e5a14e76
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/js/loaders/ColladaLoader2.js

+ 1 - 1
examples/js/loaders/ColladaLoader2.js

@@ -630,7 +630,7 @@ THREE.ColladaLoader.prototype = {
 							material.emissive.fromArray( parameter.color );
 						break;
 					case 'transparent':
-						if ( parameter.texture ) material.alphaMap = getTexture( parameter.texture );
+						// if ( parameter.texture ) material.alphaMap = getTexture( parameter.texture );
 						material.transparent = true;
 						break;
 					case 'transparency':