Skip to content

Commit 566d784

Browse files
authored
Merge pull request #13801 from Mugen87/dev4
ColladaLoader: Removed usage of alpha maps.
2 parents 8e27065 + 73a9165 commit 566d784

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/js/loaders/ColladaLoader.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1574,7 +1574,8 @@ THREE.ColladaLoader.prototype = {
15741574

15751575
if ( transparent.data.texture ) {
15761576

1577-
material.alphaMap = getTexture( transparent.data.texture );
1577+
// we do not set an alpha map (see #13792)
1578+
15781579
material.transparent = true;
15791580

15801581
} else {

0 commit comments

Comments
 (0)