michaeleggers/Engine2

MD2 model loading takes too long and consumes too much memory

Opened this issue · 0 comments

  • reorganize() in md2Model.cpp causes a huge slowdown. It structures the data so OpenGL can render it with GL_TRIANGLES. Also, the reorganized version of the raw md2 model data takes way too much memory!