Searched refs:sg_speedCycleDecayAbove (Results 1 – 1 of 1) sorted by relevance
167 REAL sg_speedCycleDecayAbove = .1; variable169 sg_speedCycleDecayAbove,796 if ( sg_speedCycleDecayAbove > 0 ) in sg_MaxSpeed()797 return sg_speedCycle + maxAcceleration / sg_speedCycleDecayAbove; in sg_MaxSpeed()2894 acceleration+=( baseSpeed - verletSpeed_) * sg_speedCycleDecayAbove; in CalculateAcceleration()3071 if ( sg_speedCycleDecayBelow * maxTimestep > .1 || sg_speedCycleDecayAbove * maxTimestep > .1 ) in ApplyAcceleration()3078 speedDecay = sg_speedCycleDecayAbove; in ApplyAcceleration()