Explorar o código

PMREMGenerator: Added link to paper

Mr.doob %!s(int64=4) %!d(string=hai) anos
pai
achega
ad0a4b16eb
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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
  * even more filtered 'mips' at the same LOD_MIN resolution, associated with
  * higher roughness levels. In this way we maintain resolution to smoothly
  * higher roughness levels. In this way we maintain resolution to smoothly
  * interpolate diffuse lighting while limiting sampling computation.
  * 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 ) {
 function convertLinearToRGBE( color ) {