]> git.mxchange.org Git - flightgear.git/commit
Added a new "newbucket.[ch]xx" FGBucket class to replace the old
authorcurt <curt>
Mon, 8 Feb 1999 23:52:13 +0000 (23:52 +0000)
committercurt <curt>
Mon, 8 Feb 1999 23:52:13 +0000 (23:52 +0000)
commit91efc5ad8772884e073796e44ec3fcc3025c47ab
tree3ad34b5d4b99e2d961aa043073149e2cd9940066
parent123c816048f8eeee3c8641b51a576e60bf3dd1e7
Added a new "newbucket.[ch]xx" FGBucket class to replace the old
fgBUCKET struct and C routines.  This FGBucket class adjusts the tile
width towards the poles to ensure the tiles are at least 8 miles wide.
Bucket/Makefile.am
Bucket/bucketutils.h
Bucket/newbucket.cxx [new file with mode: 0644]
Bucket/newbucket.hxx [new file with mode: 0644]
Bucket/testbucket.cxx [new file with mode: 0644]