]> git.mxchange.org Git - flightgear.git/commit
Added ground collision detection. This involved:
authorcurt <curt>
Sun, 12 Jul 1998 03:18:27 +0000 (03:18 +0000)
committercurt <curt>
Sun, 12 Jul 1998 03:18:27 +0000 (03:18 +0000)
commit262b2f060747a92fdff7695b12202efb87e60e1b
treebefb6a7b36adb8941f96b8ef689d832abf928dbd
parent330c78ac7380ccc0dab62bfe9509863be7626292
Added ground collision detection.  This involved:
- saving the entire vertex list for each tile with the tile records.
- saving the face list for each fragment with the fragment records.
- code to intersect the current vertical line with the proper face in
  an efficient manner as possible.
Fixed a bug where the tiles weren't being shifted to "near" (0,0,0)
Scenery/obj.cxx
Scenery/scenery.cxx
Scenery/scenery.hxx
Scenery/tile.cxx
Scenery/tile.hxx
Scenery/tilecache.cxx
Scenery/tilemgr.cxx