2
0
Эх сурвалжийг харах

ColladaLoader2: Comment out alphaMap code for now.

Mr.doob 8 жил өмнө
parent
commit
e9e5a14e76

+ 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':