]> git.mxchange.org Git - flightgear.git/blob - src/Model/README
Added explicit std:: prefix to map to work-around MSVC6 bug reported
[flightgear.git] / src / Model / README
1 Last updated $Date$
2
3 This directory contains code for loading, positioning, orienting, and
4 animating 3D models.
5
6 acmodel.cxx
7 acmodel.hxx
8   This module defines the FGAircraftModel subsystem, which manages the 3D
9   model representing the aircraft the user is flying.
10
11 model.cxx
12 model.hxx
13   This module defines the FG3DModel class, which represents any 3D
14   model in the FlightGear world.
15
16 modelmgr.cxx
17 modelmgr.hxx
18   This module defines the FGModelMgr subsystem, which manages all 3D
19   models except for the aircraft.