overte/libraries/render-utils
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
..
res/fonts move fonts to sdff files, load with qrc 2015-02-06 11:48:55 -08:00
src Found and fix source of memory corruption. 2015-08-04 18:14:49 -07:00
CMakeLists.txt add a missing library link 2015-07-15 15:58:05 -07:00