diff --git a/examples/js/loaders/GLTFLoader.js b/examples/js/loaders/GLTFLoader.js index 12ecc451f2657d..73a9a017b9c44f 100644 --- a/examples/js/loaders/GLTFLoader.js +++ b/examples/js/loaders/GLTFLoader.js @@ -2042,7 +2042,7 @@ THREE.GLTFLoader = ( function () { // https://github.com/KhronosGroup/glTF/tree/master/specification/2.0#materialnormaltexture if ( material.normalScale ) { - material.normalScale.x = - material.normalScale.x; + material.normalScale.y = - material.normalScale.y; }