Skip to content

Commit fe79efe

Browse files
mvaligurskyMartin Valigursky
andauthored
Improved docs for the physical camera properties (#7680)
Co-authored-by: Martin Valigursky <[email protected]>
1 parent 8e2bb2e commit fe79efe

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/framework/components/camera/component.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,8 @@ class CameraComponent extends Component {
301301
}
302302

303303
/**
304-
* Sets the camera aperture in f-stops. Default is 16. Higher value means less exposure.
304+
* Sets the camera aperture in f-stops. Default is 16. Higher value means less exposure. Used
305+
* if {@link Scene#physicalUnits} is true.
305306
*
306307
* @type {number}
307308
*/
@@ -910,7 +911,8 @@ class CameraComponent extends Component {
910911
}
911912

912913
/**
913-
* Sets the camera sensitivity in ISO. Defaults to 1000. Higher value means more exposure.
914+
* Sets the camera sensitivity in ISO. Defaults to 1000. Higher value means more exposure. Used
915+
* if {@link Scene#physicalUnits} is true.
914916
*
915917
* @type {number}
916918
*/
@@ -928,7 +930,8 @@ class CameraComponent extends Component {
928930
}
929931

930932
/**
931-
* Sets the camera shutter speed in seconds. Defaults to 1/1000s. Longer shutter means more exposure.
933+
* Sets the camera shutter speed in seconds. Defaults to 1/1000s. Longer shutter means more
934+
* exposure. Used if {@link Scene#physicalUnits} is true.
932935
*
933936
* @type {number}
934937
*/

0 commit comments

Comments
 (0)