]> git.mxchange.org Git - flightgear.git/commit
Vivian Meazza:
authorehofman <ehofman>
Wed, 1 Sep 2004 08:32:54 +0000 (08:32 +0000)
committerehofman <ehofman>
Wed, 1 Sep 2004 08:32:54 +0000 (08:32 +0000)
commit1853012d90fa2399c387bcdf5aad28e9024ebf9d
tree5d4c48cbb3888a718708c5eb6a07415a048a892f
parentd2d27f2d767d3806e27997c219682689ec302456
Vivian Meazza:

Attached are the modified files to add buoyancy as a parameter for a
ballistic object. It may be set by adding

<buoyancy>x</buoyancy> to the submodel .xml file, where x is the appropriate
value (ft per sec2):

32   neutral buoyancy - contrails
>32  positive buoyancy - exhaust plumes
(0   non-op - default value)

If <buoyancy>x</buoyancy> is not used, then there is no effect on the
current ballistic model
src/AIModel/AIBallistic.cxx
src/AIModel/AIBallistic.hxx
src/AIModel/AIManager.cxx
src/AIModel/AIManager.hxx
src/AIModel/AIScenario.cxx
src/AIModel/AIScenario.hxx