16a2bb0118
src/ATC/AIPlane.cxx src/ATC/ATC.cxx src/ATC/ATCDialog.cxx src/ATC/ATCmgr.cxx src/ATC/Makefile.am src/ATC/approach.cxx src/ATC/atis.cxx src/ATC/ground.cxx src/ATC/tower.cxx src/GUI/mouse.cxx src/Main/Makefile.am src/Main/fg_init.cxx src/Main/fg_props.cxx src/Main/globals.cxx src/Main/globals.hxx src/Main/main.cxx src/Main/renderer.cxx src/Model/acmodel.cxx src/Scenery/scenery.cxx src/Scenery/scenery.hxx src/Scenery/tilemgr.cxx src/Scenery/tilemgr.hxx Removed Files: src/ATC/ATCdisplay.cxx src/ATC/ATCdisplay.hxx: Remove unused functions and the disabled ATC display. |
||
---|---|---|
.. | ||
.cvsignore | ||
acmodel.cxx | ||
acmodel.hxx | ||
Makefile.am | ||
model_panel.cxx | ||
model_panel.hxx | ||
modelmgr.cxx | ||
modelmgr.hxx | ||
panelnode.cxx | ||
panelnode.hxx | ||
README | ||
TODO |
Last updated $Date$ This directory contains code for loading, positioning, orienting, and animating 3D models. acmodel.cxx acmodel.hxx This module defines the FGAircraftModel subsystem, which manages the 3D model representing the aircraft the user is flying. model.cxx model.hxx This module defines the FG3DModel class, which represents any 3D model in the FlightGear world. modelmgr.cxx modelmgr.hxx This module defines the FGModelMgr subsystem, which manages all 3D models except for the aircraft.