// point, stiffness, dampening, isotropic/lateral friction coefficient, longitudinal friction coefficient (only used for first 3 points)
const double totalweight=MASS+FUEL+RCSFUEL;
const double xtx_target=-0.1;
const double xtst=(-1)*(totalweight*9.80655)/(3*xtx_target);
const double xtda=0.9*(2*sqrt(totalweight*xtst));
static const DWORD ntdvtx_geardown = 4;
static TOUCHDOWNVTX tdvtx_geardown[ntdvtx_geardown] = {
{_V( -4,-1,-4), xtst, xtda, 30.0,30},
{_V(4,-1,-4), xtst, xtda, 30.0,30},
{_V(4,-1,4), xtst, xtda, 30.0,30},
{_V( -4,-1,4), xtst, xtda, 30.0}
};