1
0
Fork 0
flightgear/Simulator/README

28 lines
534 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
1997-05-27 17:48:27 +00:00
aircraft/
---------
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.
1997-05-27 17:48:27 +00:00
controls/
---------
1997-05-16 15:51:13 +00:00
Provide a standardized interface to all aircraft controls.
1997-05-27 17:48:27 +00:00
flight/
-------
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.
1997-05-27 17:48:27 +00:00
scenery/
--------
Scenery parsing/generating code.