File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,7 +143,8 @@ class PMREMGenerator {
143143 /**
144144 * Generates a PMREM from an equirectangular texture, which can be either LDR
145145 * or HDR. The ideal input image size is 1k (1024 x 512), as this matches best
146- * with the 256 x 256 cubemap output. The minimum supported resolution is 64 x 32.
146+ * with the 256 x 256 cubemap output. The minimum supported input image size
147+ * is 64 x 32.
147148 *
148149 * @param {Texture } equirectangular - The equirectangular texture to be converted.
149150 * @param {?WebGLRenderTarget } [renderTarget=null] - The render target to use.
@@ -158,8 +159,8 @@ class PMREMGenerator {
158159 /**
159160 * Generates a PMREM from an cubemap texture, which can be either LDR
160161 * or HDR. The ideal input cube size is 256 x 256, as this matches best
161- * with the 256 x 256 cubemap output. The minimum supported resolution is
162- * 16 x 16 per face.
162+ * with the 256 x 256 cubemap output. The minimum supported input cube
163+ * size is 16 x 16 per face.
163164 *
164165 * @param {Texture } cubemap - The cubemap texture to be converted.
165166 * @param {?WebGLRenderTarget } [renderTarget=null] - The render target to use.
You can’t perform that action at this time.
0 commit comments