Searched refs:GRID_SPRING_DAMP (Results 1 – 2 of 2) sorted by relevance
54 constexpr double GRID_SPRING_DAMP = 30.0; variable
2800 …ngDes = AceType::MakeRefPtr<SpringProperty>(GRID_SPRING_MASS, GRID_SPRING_STIFF, GRID_SPRING_DAMP); in StartSpringAnimation()