SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
#include <SLGLOVRWorkaround.h>
Public Attributes | |
float | UpTan |
The tangent of the angle between the viewing vector and the top edge of the field of view. More... | |
float | DownTan |
The tangent of the angle between the viewing vector and the bottom edge of the field of view. More... | |
float | LeftTan |
The tangent of the angle between the viewing vector and the left edge of the field of view. More... | |
float | RightTan |
The tangent of the angle between the viewing vector and the right edge of the field of view. More... | |
Definition at line 702 of file SLGLOVRWorkaround.h.
float ovrFovPort_::DownTan |
The tangent of the angle between the viewing vector and the bottom edge of the field of view.
Definition at line 707 of file SLGLOVRWorkaround.h.
float ovrFovPort_::LeftTan |
The tangent of the angle between the viewing vector and the left edge of the field of view.
Definition at line 709 of file SLGLOVRWorkaround.h.
float ovrFovPort_::RightTan |
The tangent of the angle between the viewing vector and the right edge of the field of view.
Definition at line 711 of file SLGLOVRWorkaround.h.
float ovrFovPort_::UpTan |
The tangent of the angle between the viewing vector and the top edge of the field of view.
Definition at line 705 of file SLGLOVRWorkaround.h.