Searched refs:dampValue (Results 1 – 3 of 3) sorted by relevance
117 float dampValue = .4f; in buildPlayer() local119 vehicle.setSuspensionDamping(dampValue * 2.0f * FastMath.sqrt(stiffness)); in buildPlayer()
157 float dampValue = 0.3f; in buildPlayer() local175 player.setSuspensionDamping(dampValue * 2.0f * FastMath.sqrt(stiffness)); in buildPlayer()
145 float dampValue = .4f; in buildPlayer() local147 vehicle.setSuspensionDamping(dampValue * 2.0f * FastMath.sqrt(stiffness)); in buildPlayer()