We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530835d commit 38b50a6Copy full SHA for 38b50a6
examples/js/pmrem/PMREMGenerator.js
@@ -76,7 +76,7 @@ THREE.PMREMGenerator = ( function () {
76
* the roughness by 0.9(totally empirical) to try to visually match the original result.
77
* The condition "if(i <5)" is also an attemt to make the result match the original result.
78
* This method requires the most amount of thinking I guess. Here is a paper which we could try to implement in future::
79
- * http://http.developer.nvidia.com/GPUGems3/gpugems3_ch20.html
+ * https://developer.nvidia.com/gpugems/GPUGems3/gpugems3_ch20.html
80
*/
81
update: function ( renderer ) {
82
0 commit comments