C# Class Ovr.DistortionVertex

ファイルを表示 Open project: UCSDVR/Lucid-VR

Public Properties

Property Type Description
ScreenPosNDC Vector2f
TanEyeAnglesB Vector2f
TanEyeAnglesG Vector2f
TanEyeAnglesR Vector2f
TimeWarpFactor float
VignetteFactor float

Property Details

ScreenPosNDC public_oe property

[-1,+1],[-1,+1] over the entire framebuffer.
public Vector2f,Ovr ScreenPosNDC
return Vector2f

TanEyeAnglesB public_oe property

The tangents of the horizontal and vertical eye angles for the blue channel.
public Vector2f,Ovr TanEyeAnglesB
return Vector2f

TanEyeAnglesG public_oe property

The tangents of the horizontal and vertical eye angles for the green channel.
public Vector2f,Ovr TanEyeAnglesG
return Vector2f

TanEyeAnglesR public_oe property

The tangents of the horizontal and vertical eye angles for the red channel.
public Vector2f,Ovr TanEyeAnglesR
return Vector2f

TimeWarpFactor public_oe property

Lerp factor between time-warp matrices. Can be encoded in Pos.z.
public float TimeWarpFactor
return float

VignetteFactor public_oe property

Vignette fade factor. Can be encoded in Pos.w.
public float VignetteFactor
return float