Skip to content

Commit 38b50a6

Browse files
committed
PMREMGenerator: Fixed paper link.
1 parent 530835d commit 38b50a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/js/pmrem/PMREMGenerator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ THREE.PMREMGenerator = ( function () {
7676
* the roughness by 0.9(totally empirical) to try to visually match the original result.
7777
* The condition "if(i <5)" is also an attemt to make the result match the original result.
7878
* 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
79+
* https://developer.nvidia.com/gpugems/GPUGems3/gpugems3_ch20.html
8080
*/
8181
update: function ( renderer ) {
8282

0 commit comments

Comments
 (0)