Struct YVRCameraRenderer.EyeFov
Contains full fov information per eye in degree Under Symmetric Fov mode, UpFov == DownFov and LeftFov == RightFov.
Namespace: YVR.Core
Assembly: YVR.Core.Runtime.dll
Syntax
public struct YVRCameraRenderer.EyeFov
Fields
Name | Description |
---|---|
DownFov | the fov of down screen |
LeftFov | the fov of left screen |
RightFov | the fov of right screen |
UpFov | the fov of up screen |