Flying on other planets: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Infobox Software
| title                  = Flying On Other PLanets
| logo                  =
| image                  =
| alt                    =
| developedby            = Wil Neeley
| initialrelease        = 0.1
| latestrelease          = 0.1
| writtenin              = C++
| os                    = Only tested on Linux
| platform              = Ubuntu 12.04lts
| developmentstatus      = Active
| type                  =
| license                =
| website                =
}}
This Page is the documentation of trying to simulate flying on other planets in flightgear.
This Page is the documentation of trying to simulate flying on other planets in flightgear.
I located the files responsible for atmosphere and gravity in the flightgear source code.<br>
I located the files responsible for atmosphere and gravity in the flightgear source code.<br>

Revision as of 21:08, 5 February 2013

Flying On Other PLanets
Developed by Wil Neeley
Initial release 0.1
Latest release 0.1
Written in C++
OS Only tested on Linux
Platform Ubuntu 12.04lts
Development status Active

This Page is the documentation of trying to simulate flying on other planets in flightgear. I located the files responsible for atmosphere and gravity in the flightgear source code.

File Locations

The files are in /src/Enviroment
The names are
atmosphere.cxx
atmosphere.hxx
gravity.cxx
gravity.hxx