Used to change the field of view of the current camera.
export interface CameraFovOptions { easeOptions?: EaseOptions; fov?: number;} Copy
export interface CameraFovOptions { easeOptions?: EaseOptions; fov?: number;}
Optional
Set a value for the field of view.
Used to change the field of view of the current camera.
Source