Skip to content

Commit 0a56423

Browse files
authored
Update PMREMGenerator.js
1 parent 38405b8 commit 0a56423

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/renderers/common/extras/PMREMGenerator.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)