C# Class Unity.VRViewer

Inheritance: MonoBehaviour
Show file Open project: VirsixInc/VRCubeSword

Public Methods

Method Description
Awake ( ) : void
CreateEyes ( uint eyeCount ) : void
DoRendering ( ) : void
GetViewerPose ( uint viewerIndex ) : OSVR.ClientKit.Pose3
Init ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnPreCull ( ) : void
UpdateClient ( ) : void
UpdateEyes ( ) : void
UpdateViewerHeadPose ( OSVR headPose ) : void

Private Methods

Method Description
EndOfFrame ( ) : IEnumerator

Method Details

Awake() public method

public Awake ( ) : void
return void

CreateEyes() public method

public CreateEyes ( uint eyeCount ) : void
eyeCount uint
return void

DoRendering() public method

public DoRendering ( ) : void
return void

GetViewerPose() public method

public GetViewerPose ( uint viewerIndex ) : OSVR.ClientKit.Pose3
viewerIndex uint
return OSVR.ClientKit.Pose3

Init() public method

public Init ( ) : void
return void

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

OnPreCull() public method

public OnPreCull ( ) : void
return void

UpdateClient() public method

public UpdateClient ( ) : void
return void

UpdateEyes() public method

public UpdateEyes ( ) : void
return void

UpdateViewerHeadPose() public method

public UpdateViewerHeadPose ( OSVR headPose ) : void
headPose OSVR
return void