Skip to content

Commit 99bf046

Browse files
committed
Actually add a fix for mrdoob#8381
1 parent db17203 commit 99bf046

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/js/loaders/GLTFLoader.js

+4
Original file line numberDiff line numberDiff line change
@@ -1132,6 +1132,10 @@ GLTFParser.prototype.loadMaterials = function() {
11321132
uvalue = value;
11331133
materialParams.transparent = true;
11341134

1135+
} else {
1136+
1137+
uvalue = value;
1138+
11351139
}
11361140

11371141
break;

0 commit comments

Comments
 (0)