]> git.mxchange.org Git - flightgear.git/blob - Simulator/README
WE CAN NOW FLY!!!
[flightgear.git] / Simulator / README
1 Subdirectories
2 ==============
3 OpenGL/
4 -------
5 "main" and OpenGL dependent mouse/keyboard/graphics code.
6
7
8 aircraft/
9 ---------
10 Structure and code to tie together all the pieces of an aircraft such
11 as flight model, engine model, panel, controls, etc.
12
13
14 controls/
15 ---------
16 Provide a standardized interface to all aircraft controls.
17
18
19 flight/
20 -------
21 Strucures and code to implement various flight models.  Provides a 
22 standardized interface to all interesting flight model variabls.
23
24
25 mat3/
26 -----
27 Contains miscellaneous matrix/vector routines.
28
29
30 scenery/
31 --------
32 Scenery parsing/generating code.