mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 21:12:53 +02:00
Removed comment
This commit is contained in:
parent
edcf4d04f8
commit
b6a626c928
1 changed files with 0 additions and 1 deletions
|
@ -335,7 +335,6 @@ void ApplicationOverlay::displayOverlayTexture3DTV(Camera& whichCamera, float as
|
||||||
glColor4f(1.0f, 1.0f, 1.0f, _alpha);
|
glColor4f(1.0f, 1.0f, 1.0f, _alpha);
|
||||||
|
|
||||||
//Render
|
//Render
|
||||||
// fov -= RADIANS_PER_DEGREE * 2.5f; //reduce by 5 degrees so it fits in the view
|
|
||||||
const GLfloat distance = 1.0f;
|
const GLfloat distance = 1.0f;
|
||||||
|
|
||||||
const GLfloat halfQuadHeight = distance * tan(fov);
|
const GLfloat halfQuadHeight = distance * tan(fov);
|
||||||
|
|
Loading…
Reference in a new issue