]> git.mxchange.org Git - flightgear.git/commit
Cleaned up all the old fragment and material_mgr stuff which originated
authorcurt <curt>
Fri, 23 Jun 2000 00:30:04 +0000 (00:30 +0000)
committercurt <curt>
Fri, 23 Jun 2000 00:30:04 +0000 (00:30 +0000)
commit39ae3864defa9be90667638efa000bc0ac2fbdfb
tree2f2821badfc55252651330e6332e7473fdc7d7a9
parent276a1d5221c8b995f2de73aa19a7a8e2c1f466f5
Cleaned up all the old fragment and material_mgr stuff which originated
from the pre-ssg / render everything ourselves days.  Replaced with a
material library manager that is much better suited for working in the
context of ssg.  This simplified and cleaned up a ton of old junk.
22 files changed:
src/Airports/Makefile.am
src/Airports/genapt.cxx [deleted file]
src/Airports/genapt.hxx [deleted file]
src/Main/Makefile.am
src/Main/fg_init.cxx
src/Main/keyboard.cxx
src/Main/main.cxx
src/Makefile.am
src/Objects/Makefile.am
src/Objects/fragment.cxx [deleted file]
src/Objects/fragment.hxx [deleted file]
src/Objects/material.cxx [deleted file]
src/Objects/material.hxx [deleted file]
src/Objects/materialmgr.cxx [deleted file]
src/Objects/materialmgr.hxx [deleted file]
src/Objects/obj.cxx
src/Objects/obj.hxx
src/Scenery/tilecache.cxx
src/Scenery/tilecache.hxx
src/Scenery/tileentry.cxx
src/Scenery/tileentry.hxx
src/Scenery/tilemgr.cxx