mirror of
https://github.com/overte-org/overte.git
synced 2025-06-04 11:40:28 +02:00
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. |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt |