]> git.mxchange.org Git - flightgear.git/commit
First step into implementing the local-weather system
authorTorsten Dreyer <Torsten@t3r.de>
Sat, 14 Aug 2010 20:42:31 +0000 (22:42 +0200)
committerTorsten Dreyer <Torsten@t3r.de>
Sat, 14 Aug 2010 20:42:31 +0000 (22:42 +0200)
commit10eadf0c6e661f3a5870ce000675cdd0ecce3768
tree3e330a41c469cd6c92e9c66237a5bb68ed98cfe6
parent8d5021f670b43875d84962b16f524b7f42b7cfce
First step into implementing the local-weather system

This is the first part of the local-weather implementation
of Thorsten Renk, currently written entirly in Nasal. Here
comes the terrain-sampling subsystem as a first step. It is
not (yet) included in the build process which will be
performed when the system has a little matured.
src/Environment/terrainsampler.cxx [new file with mode: 0755]
src/Environment/terrainsampler.hxx [new file with mode: 0755]
src/Environment/tiedpropertylist.hxx [new file with mode: 0644]