1
0
Fork 0
flightgear/Simulator
curt 220ee54f33 WE CAN NOW FLY!!!
Continuing work on the LaRCsim flight model integration.
Added some MSFS-like keyboard input handling.
1997-05-31 04:13:51 +00:00
..
limits.h Added GNU copyright. 1997-05-27 17:48:10 +00:00
Makefile The LaRCsim flight model is starting to look like it is working. 1997-05-30 19:26:56 +00:00
README WE CAN NOW FLY!!! 1997-05-31 04:13:51 +00:00

Subdirectories
==============
OpenGL/
-------
"main" and OpenGL dependent mouse/keyboard/graphics code.


aircraft/
---------
Structure and code to tie together all the pieces of an aircraft such
as flight model, engine model, panel, controls, etc.


controls/
---------
Provide a standardized interface to all aircraft controls.


flight/
-------
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/
--------
Scenery parsing/generating code.