浏览代码

PMREMGenerator: Added link to paper

Mr.doob 4 年之前
父节点
当前提交
ad0a4b16eb
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/extras/PMREMGenerator.js

+ 4 - 1
src/extras/PMREMGenerator.js

@@ -94,7 +94,10 @@ const _axisDirections = [
  * even more filtered 'mips' at the same LOD_MIN resolution, associated with
  * higher roughness levels. In this way we maintain resolution to smoothly
  * interpolate diffuse lighting while limiting sampling computation.
- */
+ *
+ * Paper: Fast, Accurate Image-Based Lighting
+ * https://drive.google.com/file/d/15y8r_UpKlU9SvV4ILb0C3qCPecS8pvLz/view
+*/
 
 function convertLinearToRGBE( color ) {