C# Class OVRCamera, StereoAR-for-Unity

Inheritance: MonoBehaviour
Show file Open project: hecomi/StereoAR-for-Unity Class Usage Examples

Public Methods

Method Description
LatencyTest ( RenderTexture dest ) : void
OnPostRender ( ) : void
OnPreCull ( ) : void
OnPreRender ( ) : void
OnRenderImage ( RenderTexture source, RenderTexture destination ) : void
SetCameraOrientation ( ) : void
SetPerspectiveOffset ( Vector3 &offset ) : void

Private Methods

Method Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

LatencyTest() public method

public LatencyTest ( RenderTexture dest ) : void
dest RenderTexture
return void

OnPostRender() public method

public OnPostRender ( ) : void
return void

OnPreCull() public method

public OnPreCull ( ) : void
return void

OnPreRender() public method

public OnPreRender ( ) : void
return void

OnRenderImage() public method

public OnRenderImage ( RenderTexture source, RenderTexture destination ) : void
source RenderTexture
destination RenderTexture
return void

SetCameraOrientation() public method

public SetCameraOrientation ( ) : void
return void

SetPerspectiveOffset() public method

public SetPerspectiveOffset ( Vector3 &offset ) : void
offset Vector3
return void