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

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

Méthodes publiques

Méthode 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

Méthode Description
ConfigureEyeDesc ( UnityEngine.VR eye ) : void
UpdateTextures ( ) : void

Method Details

GetEyeRenderDesc() public méthode

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

OVRDisplay() public méthode

Creates an instance of OVRDisplay. Called by OVRManager.
public OVRDisplay ( ) : System
Résultat System

RecenterPose() public méthode

Recenters the head pose.
public RecenterPose ( ) : void
Résultat void

Update() public méthode

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