Skip to content

Commit

Permalink
Actually add a fix for mrdoob#8381
Browse files Browse the repository at this point in the history
  • Loading branch information
richtr committed Oct 3, 2016
1 parent db17203 commit 99bf046
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/js/loaders/GLTFLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -1132,6 +1132,10 @@ GLTFParser.prototype.loadMaterials = function() {
uvalue = value;
materialParams.transparent = true;

} else {

uvalue = value;

}

break;
Expand Down

0 comments on commit 99bf046

Please sign in to comment.