Simplify GUI projection settings
This commit is contained in:
parent
e3b1648833
commit
5b0b668c66
1 changed files with 4 additions and 2 deletions
|
@ -700,9 +700,11 @@ void CStereoOVR::renderGUI()
|
||||||
mat->setTexture(0, m_GUITexture->getITexture());
|
mat->setTexture(0, m_GUITexture->getITexture());
|
||||||
|
|
||||||
// user options
|
// user options
|
||||||
float height = 3.0f;
|
float scale = 1.0f;
|
||||||
float distance = 1.5f;
|
float distance = 1.5f;
|
||||||
float offcenter = 0.75f; //1.5f;
|
float offcenter = 0.75f;
|
||||||
|
|
||||||
|
float height = scale * distance * 2.0f;
|
||||||
|
|
||||||
uint32 winw, winh;
|
uint32 winw, winh;
|
||||||
m_Driver->getWindowSize(winw, winh);
|
m_Driver->getWindowSize(winw, winh);
|
||||||
|
|
Loading…
Reference in a new issue