Skip to main content

flywave-mapview.camerautils.getbottomfov

Home > @flywave/flywave-mapview > CameraUtils > getBottomFov

CameraUtils.getBottomFov() function

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Returns bottom fov angle for a given perspective camera.

Signature:

function getBottomFov(camera: THREE.PerspectiveCamera): number;

Parameters

Parameter

Type

Description

camera

THREE.PerspectiveCamera

The camera.

Returns:



number

The bottom fov angle in radians.