From d22e472012f1c3891ee450c8ed5b26ec75f1432d Mon Sep 17 00:00:00 2001 From: Takahiro Date: Sun, 8 Jan 2017 23:38:20 -0800 Subject: [PATCH] Add an author --- examples/js/loaders/GLTFLoader.js | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/js/loaders/GLTFLoader.js b/examples/js/loaders/GLTFLoader.js index 169c6a9734..2bf01831ce 100644 --- a/examples/js/loaders/GLTFLoader.js +++ b/examples/js/loaders/GLTFLoader.js @@ -2,6 +2,7 @@ * @author Rich Tibbett / https://github.com/richtr * @author mrdoob / http://mrdoob.com/ * @author Tony Parisi / http://www.tonyparisi.com/ + * @author Takahiro / https://github.com/takahirox */ THREE.GLTFLoader = ( function () { -- GitLab