From 7a8790002904c7647480ee23836c0204d4c65126 Mon Sep 17 00:00:00 2001 From: Mugen87 Date: Sun, 3 Jun 2018 16:06:10 +0200 Subject: [PATCH] WebGLUniforms: Update authors --- src/renderers/webgl/WebGLUniforms.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/renderers/webgl/WebGLUniforms.js b/src/renderers/webgl/WebGLUniforms.js index fe56d8628c..661181e91a 100644 --- a/src/renderers/webgl/WebGLUniforms.js +++ b/src/renderers/webgl/WebGLUniforms.js @@ -1,5 +1,7 @@ /** * @author tschw + * @author Mugen87 / https://github.com/Mugen87 + * @author mrdoob / http://mrdoob.com/ * * Uniforms of a program. * Those form a tree structure with a special top-level container for the root, -- GitLab