]> git.mxchange.org Git - flightgear.git/commit
Add the ability to control turbulence rate as well as magnitude.
authordavid <david>
Sun, 13 Jul 2003 20:13:18 +0000 (20:13 +0000)
committerdavid <david>
Sun, 13 Jul 2003 20:13:18 +0000 (20:13 +0000)
commit1691d3ba19399f446b78870068191c8ca76a2fc4
tree7f00f722d8fb8f7839dfba481fe01839fd32d22d
parent7e15ed39a1e88f2fdf8dc4cebb4940d3c069aad8
Add the ability to control turbulence rate as well as magnitude.

Square the normalized direction acceleration for the y and z axes, so
that turbulence predominantly affects pitch.

Bind to the /environment/turbulence/magnitude-norm and
/environment/turbulence/rate-hz properties in FlightGear.
src/Environment/environment.cxx
src/Environment/environment.hxx
src/Environment/environment_mgr.cxx
src/FDM/JSBSim/FGAtmosphere.cpp
src/FDM/JSBSim/FGAtmosphere.h
src/FDM/JSBSim/JSBSim.cxx
src/FDM/JSBSim/JSBSim.hxx
src/Main/options.cxx
src/Network/native_ctrls.cxx