diff options
author | Stijn Buys <ingar@osirion.org> | 2008-05-24 13:12:47 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-05-24 13:12:47 +0000 |
commit | 8017d60e4906a27c1dc82933593c3d5fd1c0bed4 (patch) | |
tree | ae41d192aec036eb47385a3b517883c066b0d319 /src | |
parent | 1af2280ebabbd41c8b77747b6834fefbde0f0e80 (diff) |
frustumsize .4
Diffstat (limited to 'src')
-rw-r--r-- | src/client/view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/view.cc b/src/client/view.cc index 1fcedb3..e7cb5cc 100644 --- a/src/client/view.cc +++ b/src/client/view.cc @@ -241,7 +241,7 @@ void frame(float seconds) gl::loadidentity(); // FIXME width must always be one - const float frustumsize = 0.25f; + const float frustumsize = 0.4f; gl::frustum(-frustumsize*video::aspect, frustumsize*video::aspect, -frustumsize, frustumsize, 1.0f, 1024.0f); gl::matrixmode(GL_MODELVIEW); |