File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
src/framework/components/camera Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments