]> git.mxchange.org Git - flightgear.git/commitdiff
Oops, committed some code that should *not* be in the default.
authorcurt <curt>
Fri, 25 Feb 2005 19:47:40 +0000 (19:47 +0000)
committercurt <curt>
Fri, 25 Feb 2005 19:47:40 +0000 (19:47 +0000)
src/Main/renderer.cxx

index 4ba4649f050fa7c6be8e6334b9f54b416479daaa..93ef926ca04cb09a018b0d0751b91a477debaf41 100644 (file)
@@ -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
+
 }