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

Manages an Oculus Rift head-mounted display (HMD).
Exibir arquivo Open project: intel-cornellcup/mini-modbot-simulation Class Usage Examples

Public Methods

Method Description
GetEyeRenderDesc ( UnityEngine.VR eye ) : EyeRenderDesc

Gets the resolution and field of view for the given eye.

OVRDisplay ( ) : System

Creates an instance of OVRDisplay. Called by OVRManager.

RecenterPose ( ) : void

Recenters the head pose.

Update ( ) : void

Updates the internal state of the OVRDisplay. Called by OVRManager.

Private Methods

Method Description
ConfigureEyeDesc ( UnityEngine.VR eye ) : void
UpdateTextures ( ) : void

Method Details

GetEyeRenderDesc() public method

Gets the resolution and field of view for the given eye.
public GetEyeRenderDesc ( UnityEngine.VR eye ) : EyeRenderDesc
eye UnityEngine.VR
return EyeRenderDesc

OVRDisplay() public method

Creates an instance of OVRDisplay. Called by OVRManager.
public OVRDisplay ( ) : System
return System

RecenterPose() public method

Recenters the head pose.
public RecenterPose ( ) : void
return void

Update() public method

Updates the internal state of the OVRDisplay. Called by OVRManager.
public Update ( ) : void
return void