GVRFieldOfView Struct

  • The GVRFieldOfView struct defines the field of view angles for a GVREye.

  • It includes left, right, top, and bottom attributes, all represented as CGFloat values in degrees.

  • These attributes specify the horizontal and vertical extents of the field of view.

GVRFieldOfView Struct Reference

Overview

Defines a struct to hold half field of view angles, in degrees, for an GVREye eye.

Public Attributes

CGFloat left
 
CGFloat right
 
CGFloat top
 
CGFloat bottom