StereoConfig

Undocumented in source.

Constructors

this
this(void* cObject, bool ownCObject)
Undocumented in source.
this
this(StereoMode mode, Viewport fullViewport)
Undocumented in source.
this
this(StereoMode mode)
Undocumented in source.
this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

Get2DUnitPixel
float Get2DUnitPixel()
Undocumented in source. Be warned that the author may not have intended to support it.
GetAspect
float GetAspect()
Undocumented in source. Be warned that the author may not have intended to support it.
GetAspectMultiplier
float GetAspectMultiplier()
Undocumented in source. Be warned that the author may not have intended to support it.
GetDistortionConfig
DistortionConfig GetDistortionConfig()
Undocumented in source. Be warned that the author may not have intended to support it.
GetDistortionK
float GetDistortionK(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
GetDistortionScale
float GetDistortionScale()
Undocumented in source. Be warned that the author may not have intended to support it.
GetEyeRenderParams
StereoEyeParams GetEyeRenderParams(StereoEye eye)
Undocumented in source. Be warned that the author may not have intended to support it.
GetEyeToScreenDistance
float GetEyeToScreenDistance()
Undocumented in source. Be warned that the author may not have intended to support it.
GetFullViewport
Viewport GetFullViewport()
Undocumented in source. Be warned that the author may not have intended to support it.
GetHMDInfo
HMDInfo GetHMDInfo()
Undocumented in source. Be warned that the author may not have intended to support it.
GetIPD
float GetIPD()
Undocumented in source. Be warned that the author may not have intended to support it.
GetProjectionCenterOffset
float GetProjectionCenterOffset()
Undocumented in source. Be warned that the author may not have intended to support it.
GetStereoMode
StereoMode GetStereoMode()
Undocumented in source. Be warned that the author may not have intended to support it.
GetYFOVDegrees
float GetYFOVDegrees()
Undocumented in source. Be warned that the author may not have intended to support it.
GetYFOVRadians
float GetYFOVRadians()
Undocumented in source. Be warned that the author may not have intended to support it.
Set2DAreaFov
void Set2DAreaFov(float fovRadians)
Undocumented in source. Be warned that the author may not have intended to support it.
SetAspectMultiplier
void SetAspectMultiplier(float m)
Undocumented in source. Be warned that the author may not have intended to support it.
SetDistortionConfig
void SetDistortionConfig(DistortionConfig d)
Undocumented in source. Be warned that the author may not have intended to support it.
SetDistortionFitPointPixels
void SetDistortionFitPointPixels(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
SetDistortionFitPointVP
void SetDistortionFitPointVP(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
SetDistortionK
void SetDistortionK(int i, float k)
Undocumented in source. Be warned that the author may not have intended to support it.
SetEyeToScreenDistance
void SetEyeToScreenDistance(float esd)
Undocumented in source. Be warned that the author may not have intended to support it.
SetFullViewport
void SetFullViewport(Viewport vp)
Undocumented in source. Be warned that the author may not have intended to support it.
SetHMDInfo
void SetHMDInfo(HMDInfo hmd)
Undocumented in source. Be warned that the author may not have intended to support it.
SetIPD
void SetIPD(float ipd)
Undocumented in source. Be warned that the author may not have intended to support it.
SetStereoMode
void SetStereoMode(StereoMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ovr_im.SwigOperatorDefinitions
Undocumented in source.

Static functions

swigGetCPtr
void* swigGetCPtr(StereoConfig obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

swigCMemOwn
bool swigCMemOwn;
Undocumented in source.

Mixed In Members

From mixin ovr_im.SwigOperatorDefinitions

opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta