overte/libraries/animation
Phil Palmer 8c7c91ed6f Remove const from variable declarations as suggested in the review.
Suggested here: https://github.com/vircadia/vircadia/pull/928/files#r549830690

The ones I've left are either
- values known at compile time, eg. const float MIN_LENGTH_FOR_NORMALIZE = 0.061f;
- consts that were already there in the previous code, eg. const float MAX_DISPLACEMENT = 0.5f * _radius;
2020-12-29 19:31:35 -05:00
..
src Remove const from variable declarations as suggested in the review. 2020-12-29 19:31:35 -05:00
CMakeLists.txt Add two missing CMake includes 2019-02-12 16:24:13 -08:00