From 38b50a6695257fafeca98a8017498a64b42e8686 Mon Sep 17 00:00:00 2001 From: "Mr.doob" Date: Fri, 30 Nov 2018 14:12:07 -0800 Subject: [PATCH] PMREMGenerator: Fixed paper link. --- examples/js/pmrem/PMREMGenerator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/js/pmrem/PMREMGenerator.js b/examples/js/pmrem/PMREMGenerator.js index 56a1886068..3bfbd23072 100644 --- a/examples/js/pmrem/PMREMGenerator.js +++ b/examples/js/pmrem/PMREMGenerator.js @@ -76,7 +76,7 @@ THREE.PMREMGenerator = ( function () { * the roughness by 0.9(totally empirical) to try to visually match the original result. * The condition "if(i <5)" is also an attemt to make the result match the original result. * This method requires the most amount of thinking I guess. Here is a paper which we could try to implement in future:: - * http://http.developer.nvidia.com/GPUGems3/gpugems3_ch20.html + * https://developer.nvidia.com/gpugems/GPUGems3/gpugems3_ch20.html */ update: function ( renderer ) { -- GitLab