enum sap.ui.vk.CameraFOVBindingType

Visiblity: public
Available since: N/A
Module: sap/ui/vk/CameraFOVBindingType
Application Component: CA-UI5-VTK

Camera field of view binding types.


Properties Overview

Node Description
sap.ui.vk.CameraFOVBindingType.Horizontal

The field of view is bound to the width of the viewport.

sap.ui.vk.CameraFOVBindingType.Maximum

The field of view is bound to the width or the height of the viewport, whichever is bigger.

sap.ui.vk.CameraFOVBindingType.Minimum

The field of view is bound to the width or the height of the viewport, whichever is smaller.

sap.ui.vk.CameraFOVBindingType.Vertical

The field of view is bound to the height of the viewport.