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 + }