]> git.mxchange.org Git - flightgear.git/blob - src/Model/README
Get rid of non-portable fmax call.
[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.