1
0
Fork 0

Oops, committed some code that should *not* be in the default.

This commit is contained in:
curt 2005-02-25 19:47:40 +00:00
parent 40170cb722
commit 7c43f5c924

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