C# 클래스 OVRDisplay, cs-mini-modbot-simulation

Manages an Oculus Rift head-mounted display (HMD).
파일 보기 프로젝트 열기: intel-cornellcup/mini-modbot-simulation 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
ConfigureEyeDesc ( UnityEngine.VR eye ) : void
UpdateTextures ( ) : void

메소드 상세

GetEyeRenderDesc() 공개 메소드

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

OVRDisplay() 공개 메소드

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

RecenterPose() 공개 메소드

Recenters the head pose.
public RecenterPose ( ) : void
리턴 void

Update() 공개 메소드

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