1
0
Fork 0
flightgear/Simulator/README

48 lines
749 B
Text
Raw Normal View History

1997-05-16 15:51:13 +00:00
Subdirectories
==============
1997-05-27 17:48:27 +00:00
OpenGL/
-------
"main" and OpenGL dependent mouse/keyboard/graphics code.
1997-05-16 15:51:13 +00:00
Aircraft/
1997-05-27 17:48:27 +00:00
---------
1997-05-16 15:51:13 +00:00
Structure and code to tie together all the pieces of an aircraft such
as flight model, engine model, panel, controls, etc.
Controls/
1997-05-27 17:48:27 +00:00
---------
1997-05-16 15:51:13 +00:00
Provide a standardized interface to all aircraft controls.
Flight/
1997-05-27 17:48:27 +00:00
-------
1997-05-16 15:51:13 +00:00
Strucures and code to implement various flight models. Provides a
standardized interface to all interesting flight model variabls.
mat3/
-----
Contains miscellaneous matrix/vector routines.
Scenery/
1997-05-27 17:48:27 +00:00
--------
Scenery parsing/generating code.
1997-06-16 19:32:50 +00:00
Sound/
------
Sound management code
Timer/
1997-06-16 19:32:50 +00:00
------
Code to handle time and timing of events.
Weather/
--------
Weather management and modeling code.