C# Class OVRDisplay.EyeRenderDesc, cs-mini-modbot-simulation

Specifies the size and field-of-view for one eye texture.
Show file Open project: intel-cornellcup/mini-modbot-simulation Class Usage Examples

Public Properties

Property Type Description
fov Vector2
resolution Vector2

Property Details

fov public property

The angle of the horizontal and vertical field of view in degrees.
public Vector2 fov
return Vector2

resolution public property

The horizontal and vertical size of the texture.
public Vector2 resolution
return Vector2