Browse Source

ColladaLoader2: Comment out alphaMap code for now.

Mr.doob 8 năm trước cách đây
mục cha
commit
e9e5a14e76
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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':