]> git.mxchange.org Git - flightgear.git/blob - README
b467f9475f5d8a0b5ed8482ecce43c2c5e14f39d
[flightgear.git] / 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.