Flying on other planets: Difference between revisions

Jump to navigation Jump to search
Switch to {{flightgear source}} to provide correct and functional links.
m (Misspelling)
(Switch to {{flightgear source}} to provide correct and functional links.)
Line 22: Line 22:
== File Locations ==
== File Locations ==
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>
The files are in [https://gitorious.org/fg/flightgear/trees/next/src/Environment $FG_SRC/Enviroment]. The names are:
The files are in {{flightgear source|path=src/Environment|pre=$FG_SRC}}. The names are:
* [https://gitorious.org/fg/flightgear/blobs/next/src/Environment/atmosphere.cxx atmosphere.cxx]
* {{flightgear source|path=src/Environment/atmosphere.cxx|pre=$FG_SRC}}
* [https://gitorious.org/fg/flightgear/blobs/next/src/Environment/atmosphere.hxx atmosphere.hxx]
* {{flightgear source|path=src/Environment/atmosphere.hxx|pre=$FG_SRC}}
* [https://gitorious.org/fg/flightgear/blobs/next/src/Environment/gravity.cxx gravity.cxx]
* {{flightgear source|path=src/Environment/gravity.cxx|pre=$FG_SRC}}
* [https://gitorious.org/fg/flightgear/blobs/next/src/Environment/gravity.hxx gravity.hxx]
* {{flightgear source|path=src/Environment/gravity.hxx|pre=$FG_SRC}}


== Simulating gravity ==
== Simulating gravity ==

Navigation menu