Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions src/framework/components/camera/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,8 @@ class CameraComponent extends Component {
}

/**
* Sets the camera aperture in f-stops. Default is 16. Higher value means less exposure.
* Sets the camera aperture in f-stops. Default is 16. Higher value means less exposure. Used
* if {@link Scene#physicalUnits} is true.
*
* @type {number}
*/
Expand Down Expand Up @@ -910,7 +911,8 @@ class CameraComponent extends Component {
}

/**
* Sets the camera sensitivity in ISO. Defaults to 1000. Higher value means more exposure.
* Sets the camera sensitivity in ISO. Defaults to 1000. Higher value means more exposure. Used
* if {@link Scene#physicalUnits} is true.
*
* @type {number}
*/
Expand All @@ -928,7 +930,8 @@ class CameraComponent extends Component {
}

/**
* Sets the camera shutter speed in seconds. Defaults to 1/1000s. Longer shutter means more exposure.
* Sets the camera shutter speed in seconds. Defaults to 1/1000s. Longer shutter means more
* exposure. Used if {@link Scene#physicalUnits} is true.
*
* @type {number}
*/
Expand Down