From: curt Date: Fri, 25 Feb 2005 19:47:40 +0000 (+0000) Subject: Oops, committed some code that should *not* be in the default. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7c43f5c924095d4bea18069b2e00f6ffdfd3078f;p=flightgear.git Oops, committed some code that should *not* be in the default. --- diff --git a/src/Main/renderer.cxx b/src/Main/renderer.cxx index 4ba4649f0..93ef926ca 100644 --- a/src/Main/renderer.cxx +++ b/src/Main/renderer.cxx @@ -815,6 +815,7 @@ FGRenderer::resize( int width, int height ) { static void fgHackFrustum() { +#if 0 /* experiment in assymetric view frustums */ sgFrustum *f = ssgGetFrustum(); cout << " l = " << f->getLeft() @@ -831,6 +832,8 @@ static void fgHackFrustum() { double r = l + w; ssgSetFrustum(l, r, f->getBot(), f->getTop(), f->getNear(), f->getFar()); incr += 0.001; +#endif + }