]> git.mxchange.org Git - flightgear.git/commit
Fix a terrain intersection calculating bug. The code wasn't quite handling
authorcurt <curt>
Fri, 21 Nov 2003 03:13:52 +0000 (03:13 +0000)
committercurt <curt>
Fri, 21 Nov 2003 03:13:52 +0000 (03:13 +0000)
commit0f1c24bbed5a8aa1ca99cf039e093041e372a3eb
tree1d94b09616f1cae4f51761e2f0c8eb7f4c901029
parentc05a2c2bcca890d742d9c0d79be1e4a3b3534b69
Fix a terrain intersection calculating bug.  The code wasn't quite handling
traingle strips right ... it was mixing up the vertex ordering slightly.
Oh what the heck, it was really screwing up tristrips.  Everything else looks
correct though. :-)  Hurray for the red book.
src/Scenery/hitlist.cxx