File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -215,7 +215,8 @@ class PMREMGenerator {
215215 /**
216216 * Generates a PMREM from an equirectangular texture, which can be either LDR
217217 * or HDR. The ideal input image size is 1k (1024 x 512), as this matches best
218- * with the 256 x 256 cubemap output. The minimum supported resolution is 64 x 32.
218+ * with the 256 x 256 cubemap output. The minimum supported input image size
219+ * is 64 x 32.
219220 *
220221 * @param {Texture } equirectangular - The equirectangular texture to be converted.
221222 * @param {?RenderTarget } [renderTarget=null] - The render target to use.
@@ -266,8 +267,8 @@ class PMREMGenerator {
266267 /**
267268 * Generates a PMREM from an cubemap texture, which can be either LDR
268269 * or HDR. The ideal input cube size is 256 x 256, as this matches best
269- * with the 256 x 256 cubemap output. The minimum supported resolution is
270- * 16 x 16 per face.
270+ * with the 256 x 256 cubemap output. The minimum supported input cube
271+ * size is 16 x 16 per face.
271272 *
272273 * @param {Texture } cubemap - The cubemap texture to be converted.
273274 * @param {?RenderTarget } [renderTarget=null] - The render target to use.
You can’t perform that action at this time.
0 commit comments