overte/libraries/animation
Anthony J. Thibault d8a20340a0 Found and fix source of memory corruption.
std::vector.reserve() and raw access do not mix.
raw access will only work if you push_back elements onto the vector
first.  However this worked fine on MacOSX, probably due to differences
in STL implementations.

Some code clean up and some commented out debugging lines.

Debug rendering of animaions of fight club model is not working.
Not sure what frame these transformations are in.
2015-08-04 18:14:49 -07:00
..
src Found and fix source of memory corruption. 2015-08-04 18:14:49 -07:00
CMakeLists.txt remove use of include_dependency_includes and use cmake 2015-02-18 14:12:05 -08:00