From b8703f9136dfe1933fc076855f8f736d6501e8bf Mon Sep 17 00:00:00 2001 From: makc Date: Sat, 5 Nov 2016 19:22:42 +0100 Subject: [PATCH] fixes #10026 --- examples/js/loaders/GLTFLoader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/js/loaders/GLTFLoader.js b/examples/js/loaders/GLTFLoader.js index 511cbf05e44cd2..2e53bb3dea04fd 100644 --- a/examples/js/loaders/GLTFLoader.js +++ b/examples/js/loaders/GLTFLoader.js @@ -1080,7 +1080,7 @@ GLTFParser.prototype.loadMaterials = function() { } - if ( value ) { + if ( value !== undefined ) { uvalue = value;