Camera.setFov() method

Set the field of view value of scene camera.

Signature:

setFov(fov: number): void;

Parameters

ParameterDescription
fovthe filed of view in angle

Returns:

void