mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Simplify GUI projection settings
--HG-- branch : multipass-stereo
This commit is contained in:
parent
1965d46dce
commit
503292065c
1 changed files with 4 additions and 2 deletions
|
@ -700,9 +700,11 @@ void CStereoOVR::renderGUI()
|
|||
mat->setTexture(0, m_GUITexture->getITexture());
|
||||
|
||||
// user options
|
||||
float height = 3.0f;
|
||||
float scale = 1.0f;
|
||||
float distance = 1.5f;
|
||||
float offcenter = 0.75f; //1.5f;
|
||||
float offcenter = 0.75f;
|
||||
|
||||
float height = scale * distance * 2.0f;
|
||||
|
||||
uint32 winw, winh;
|
||||
m_Driver->getWindowSize(winw, winh);
|
||||
|
|
Loading…
Reference in a new issue