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

Specifies the size and field-of-view for one eye texture.
ファイルを表示 Open project: intel-cornellcup/mini-modbot-simulation Class Usage Examples

Public Properties

Property Type Description
fov Vector2
resolution Vector2

Property Details

fov public_oe property

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

resolution public_oe property

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