浏览代码

header comments update

Guilherme Avila 5 年之前
父节点
当前提交
b7bdd9438d
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      examples/js/loaders/EXRLoader.js
  2. 2 2
      examples/jsm/loaders/EXRLoader.js

+ 2 - 2
examples/js/loaders/EXRLoader.js

@@ -2,8 +2,8 @@
  * @author Richard M. / https://github.com/richardmonette
  * @author Richard M. / https://github.com/richardmonette
  * @author ScieCode / http://github.com/sciecode
  * @author ScieCode / http://github.com/sciecode
  *
  *
- * OpenEXR loader which, currently, supports uncompressed, ZIP(S), RLE and PIZ wavelet compression.
- * Supports reading 16 and 32 bit data format.
+ * OpenEXR loader currently supports uncompressed, ZIP(S), RLE, PIZ and DWA/B compression.
+ * Supports reading as UnsignedByte, HalfFloat and Float type data texture.
  *
  *
  * Referred to the original Industrial Light & Magic OpenEXR implementation and the TinyEXR / Syoyo Fujita
  * Referred to the original Industrial Light & Magic OpenEXR implementation and the TinyEXR / Syoyo Fujita
  * implementation, so I have preserved their copyright notices.
  * implementation, so I have preserved their copyright notices.

+ 2 - 2
examples/jsm/loaders/EXRLoader.js

@@ -2,8 +2,8 @@
  * @author Richard M. / https://github.com/richardmonette
  * @author Richard M. / https://github.com/richardmonette
  * @author ScieCode / http://github.com/sciecode
  * @author ScieCode / http://github.com/sciecode
  *
  *
- * OpenEXR loader which, currently, supports uncompressed, ZIP(S), RLE and PIZ wavelet compression.
- * Supports reading 16 and 32 bit data format.
+ * OpenEXR loader currently supports uncompressed, ZIP(S), RLE, PIZ and DWA/B compression.
+ * Supports reading as UnsignedByte, HalfFloat and Float type data texture.
  *
  *
  * Referred to the original Industrial Light & Magic OpenEXR implementation and the TinyEXR / Syoyo Fujita
  * Referred to the original Industrial Light & Magic OpenEXR implementation and the TinyEXR / Syoyo Fujita
  * implementation, so I have preserved their copyright notices.
  * implementation, so I have preserved their copyright notices.